Home
last modified time | relevance | path

Searched refs:ip (Results 526 – 550 of 2033) sorted by relevance

1...<<21222324252627282930>>...82

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_tcp_check_syncookie.sh32 ip netns exec ${NS1} "$@"
37 ip netns add ${NS1}
38 ns1_exec ip link set lo up
51 ip netns del ns1 2>/dev/null || :
70 ns1_exec ip link set "${TEST_IF}" xdp \
72 BPF_PROG_ID=$(ns1_exec ip link show "${TEST_IF}" | get_prog_id)
H A Dtest_skb_cgroup_id.sh26 ip link add dev ${TEST_IF} type veth peer name ${TEST_IF_PEER}
27 ip link set ${TEST_IF} up
28 ip link set ${TEST_IF_PEER} up
42 ip link del ${TEST_IF} 2>/dev/null || :
43 ip link del ${TEST_IF_PEER} 2>/dev/null || :
H A Dtest_sock.c35 const char *ip; member
112 .ip = "127.0.0.1",
126 .ip = "127.0.0.1",
180 .ip = "0.0.0.0",
193 .ip = "::",
222 .ip = "::1",
252 .ip = "127.0.0.1",
282 .ip = "127.0.0.1",
344 .ip = "::1",
359 .ip = "0.0.0.0",
[all …]
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dtc_mpls_l2vpn.sh87 ip link set dev $edge1 up
96 ip link set dev $mpls1 up
101 ip link set dev $mpls1 down
104 ip link set dev $edge1 down
116 ip link set dev $edge2 up
125 ip link set dev $mpls2 up
130 ip link set dev $mpls2 down
133 ip link set dev $edge2 down
H A Dtc_vlan_modify.sh39 ip link add dev br0 type bridge vlan_filtering 1 mcast_snooping 0
41 ip link set dev $swp1 master br0
42 ip link set dev $swp2 master br0
44 ip link set dev br0 up
45 ip link set dev $swp1 up
46 ip link set dev $swp2 up
69 ip link set dev $swp2 down
70 ip link set dev $swp1 down
72 ip link del dev br0
/openbmc/linux/include/linux/
H A Dirqflags.h22 extern void lockdep_softirqs_on(unsigned long ip);
23 extern void lockdep_softirqs_off(unsigned long ip);
25 extern void lockdep_hardirqs_on(unsigned long ip);
26 extern void lockdep_hardirqs_off(unsigned long ip);
28 static inline void lockdep_softirqs_on(unsigned long ip) { } in lockdep_softirqs_on() argument
29 static inline void lockdep_softirqs_off(unsigned long ip) { } in lockdep_softirqs_off() argument
31 static inline void lockdep_hardirqs_on(unsigned long ip) { } in lockdep_hardirqs_on() argument
32 static inline void lockdep_hardirqs_off(unsigned long ip) { } in lockdep_hardirqs_off() argument
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_reroute.c65 static void ping_once(const char *ip) in ping_once() argument
69 ip, ICMP_PAYLOAD_SIZE); in ping_once()
191 char ip[256]; in test_lwt_reroute_normal_xmit() local
205 snprintf(ip, 256, "10.0.0.%d", ifindex); in test_lwt_reroute_normal_xmit()
208 ping_once(ip); in test_lwt_reroute_normal_xmit()
224 char ip[256]; in test_lwt_reroute_qdisc_dropped() local
236 snprintf(ip, 256, "10.0.0.%d", ifindex); in test_lwt_reroute_qdisc_dropped()
237 ASSERT_EQ(overflow_fq(10, ip), 0, "overflow_fq"); in test_lwt_reroute_qdisc_dropped()
/openbmc/linux/tools/testing/selftests/net/
H A Dlib.sh45 ip netns pids "${ns}" 2> /dev/null | xargs -r kill || true
46 ip netns delete "${ns}" &> /dev/null || true
47 if ! busywait $BUSYWAIT_TIMEOUT ip netns list \| grep -vq "^$ns$" &> /dev/null; then
81 if ! ip netns add "$ns"; then
86 ip -n "$ns" link set lo up
H A Dstress_reuseport_listen.sh10 ip netns add $NS
11 ip netns exec $NS sysctl -q -w net.ipv6.ip_nonlocal_bind=1
16 ip netns del $NS
25 ip netns exec $NS ./stress_reuseport_listen 300 80
H A Dfib_nexthops.sh151 ip netns del ${n} 2>/dev/null
154 ip netns add ${n}
155 ip netns set ${n} $((nsid++))
157 ip -netns ${n} link set lo up
202 ip -netns remote li set veth5 up
219 ip netns del ${ns} 2>/dev/null
808 timeout -s KILL 5 ip netns exec me ip link del veth1.10 >/dev/null 2>&1
2049 ip netns exec me mausezahn veth1 \
2084 ip -netns peer li set veth2 down
2087 ip -netns peer li set veth2 up
[all …]
/openbmc/openbmc-test-automation/network/
H A Dtest_vlan_network.robot31 ${ip} 10.6.6.10 variable
80 Get VLAN URI For IP ${vlan_id} ${ip}
83 Valid Value lan_config['IP Address'] ["${ip}"]
94 Valid Value lan_config['IP Address'] ["${ip}"]
97 Delete IP And Object ${ip} ${vlan_ip_uri}
113 Valid Value lan_config['IP Address'] ["${ip}"]
137 Get VLAN URI For IP ${vlan_id} ${ip}
165 FOR ${ip} IN @{ip_addresses}
168 Delete IP And Object ${ip} ${vlan_ip_uri}
196 FOR ${ip} IN @{ip_addresses}
[all …]
/openbmc/linux/net/ipv6/ila/
H A Dila_xlat.c13 struct ila_params ip; member
101 xp->ip.locator.v64 = (__force __be64)nla_get_u64( in parse_nl_config()
111 xp->ip.csum_mode = ILA_CSUM_NO_ACTION; in parse_nl_config()
114 xp->ip.ident_type = nla_get_u8( in parse_nl_config()
117 xp->ip.ident_type = ILA_ATYPE_USE_FORMAT; in parse_nl_config()
150 &xp->ip.locator_match, in ila_lookup_by_params()
226 ila_init_saved_csum(&xp->ip); in ila_add_mapping()
235 &xp->ip.locator_match, in ila_add_mapping()
292 &xp->ip.locator_match, rht_params); in ila_del_mapping()
426 (__force u64)ila->xp.ip.locator.v64, in ila_fill_info()
[all …]
/openbmc/linux/drivers/bus/
H A Dintel-ixp4xx-eb.c211 const struct ixp4xx_exp_tim_prop *ip = &ixp4xx_exp_tim_props[i]; in ixp4xx_exp_setup_chipselect() local
214 ret = of_property_read_u32(np, ip->prop, &val); in ixp4xx_exp_setup_chipselect()
219 if (ip->max == 1) { in ixp4xx_exp_setup_chipselect()
221 cs_cfg |= ip->mask; in ixp4xx_exp_setup_chipselect()
223 cs_cfg &= ~ip->mask; in ixp4xx_exp_setup_chipselect()
226 ip->prop); in ixp4xx_exp_setup_chipselect()
230 if (val > ip->max) { in ixp4xx_exp_setup_chipselect()
233 cs_index, ip->prop, val, ip->max); in ixp4xx_exp_setup_chipselect()
234 val = ip->max; in ixp4xx_exp_setup_chipselect()
237 cs_cfg &= ~ip->mask; in ixp4xx_exp_setup_chipselect()
[all …]
/openbmc/linux/arch/arm/mm/
H A Dproc-arm720.S92 mov ip, #0
93 mcr p15, 0, ip, c7, c7, 0 @ invalidate cache
95 mcr p15, 0, ip, c8, c7, 0 @ flush TLB (v4)
97 mrc p15, 0, ip, c1, c0, 0 @ get ctrl register
98 bic ip, ip, #0x000f @ ............wcam
99 bic ip, ip, #0x2100 @ ..v....s........
100 mcr p15, 0, ip, c1, c0, 0 @ ctrl register
/openbmc/linux/tools/testing/selftests/drivers/net/ocelot/
H A Dbasic_qos.sh54 ip link set $h1.$vid type vlan \
73 ip link set $h2.$vid type vlan \
108 ip link set ${swp1} up
109 ip link set ${swp2} up
112 ip link add br0 type bridge
113 ip link set ${swp1} master br0
114 ip link set ${swp2} master br0
115 ip link set br0 up
120 ip link del br0
/openbmc/linux/fs/xfs/
H A Dxfs_filestream.h16 void xfs_filestream_deassociate(struct xfs_inode *ip);
22 struct xfs_inode *ip) in xfs_inode_is_filestream() argument
24 return xfs_has_filestreams(ip->i_mount) || in xfs_inode_is_filestream()
25 (ip->i_diflags & XFS_DIFLAG_FILESTREAM); in xfs_inode_is_filestream()
H A Dxfs_trans_dquot.c129 xfs_inode_t *ip, in xfs_trans_mod_dquot_byino() argument
136 xfs_is_quota_inode(&mp->m_sb, ip->i_ino)) in xfs_trans_mod_dquot_byino()
139 if (XFS_IS_UQUOTA_ON(mp) && ip->i_udquot) in xfs_trans_mod_dquot_byino()
141 if (XFS_IS_GQUOTA_ON(mp) && ip->i_gdquot) in xfs_trans_mod_dquot_byino()
143 if (XFS_IS_PQUOTA_ON(mp) && ip->i_pdquot) in xfs_trans_mod_dquot_byino()
786 struct xfs_inode *ip, in xfs_trans_reserve_quota_nblks() argument
791 struct xfs_mount *mp = ip->i_mount; in xfs_trans_reserve_quota_nblks()
799 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL)); in xfs_trans_reserve_quota_nblks()
806 ip->i_gdquot, ip->i_pdquot, dblocks, 0, in xfs_trans_reserve_quota_nblks()
813 ip->i_gdquot, ip->i_pdquot, rblocks, 0, in xfs_trans_reserve_quota_nblks()
[all …]
/openbmc/linux/fs/xfs/scrub/
H A Dinode.c49 struct xfs_inode *ip) in xchk_install_handle_iscrub() argument
53 error = xchk_install_handle_inode(sc, ip); in xchk_install_handle_iscrub()
71 struct xfs_inode *ip; in xchk_setup_inode() local
100 return xchk_install_handle_iscrub(sc, ip); in xchk_setup_inode()
136 return xchk_install_handle_iscrub(sc, ip); in xchk_setup_inode()
418 if (dip->di_mode == 0 && sc->ip) in xchk_dinode()
746 if (!sc->ip) { in xchk_inode()
752 xfs_inode_to_disk(sc->ip, &di, 0); in xchk_inode()
753 xchk_dinode(sc, &di, sc->ip->i_ino); in xchk_inode()
762 if (S_ISREG(VFS_I(sc->ip)->i_mode)) in xchk_inode()
[all …]
/openbmc/linux/arch/arm/crypto/
H A Daes-neonbs-core.S630 sub ip, ip, lr, lsl #2
649 sub ip, ip, lr, lsl #2
690 sub ip, ip, lr, lsl #2
719 sub ip, ip, lr, lsl #2
732 sub ip, ip, lr, lsl #3
798 sub ip, ip, lr, lsl #1
800 add ip, ip, lr, lsr #2
822 sub ip, ip, lr, lsr #2
836 add ip, ip, #2f - 1b
922 sub ip, ip, r4, lsl #5
[all …]
H A Dblake2b-neon-core.S251 sub ip, sp, #32
252 bic ip, ip, #31
253 mov sp, ip
258 mov ip, STATE
259 vld1.64 {q0-q1}, [ip]! // Load h[0..3]
260 vld1.64 {q2-q3}, [ip]! // Load h[4..7]
270 vst1.64 {d28}, [ip] // Update t[0]
290 mov ip, STATE
314 vld1.64 {q8-q9}, [ip]! // Load old h[0..3]
322 mov ip, STATE
[all …]
/openbmc/linux/arch/mips/mm/
H A Duasm-micromips.c158 const struct insn *ip; in build_insn() local
169 op = ip->match; in build_insn()
171 if (ip->fields & RS) { in build_insn()
178 if (ip->fields & RT) { in build_insn()
185 if (ip->fields & RD) in build_insn()
187 if (ip->fields & RE) in build_insn()
189 if (ip->fields & SIMM) in build_insn()
191 if (ip->fields & UIMM) in build_insn()
193 if (ip->fields & BIMM) in build_insn()
195 if (ip->fields & JIMM) in build_insn()
[all …]
/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c153 uint64_t ip; member
440 stack->blk->ip[stack->pos++] = ip; in intel_pt_push()
517 uint64_t ip; in intel_pt_calc_ip() local
545 return ip; in intel_pt_calc_ip()
628 decoder->ip = 0; in intel_pt_reposition()
1181 decoder->ip); in intel_pt_walk_insn()
1187 if (ip && decoder->ip == ip) { in intel_pt_walk_insn()
1418 ip == decoder->ip + intel_pt_insn->length; in intel_pt_fup_with_nlip()
1424 uint64_t ip; in intel_pt_walk_fup() local
1536 decoder->ip); in intel_pt_walk_tip()
[all …]
/openbmc/bmcweb/http/routing/
H A Dsserule.hpp43 boost::asio::ip::tcp::socket&& adaptor) override in handleUpgrade()
46 crow::sse_socket::ConnectionImpl<boost::asio::ip::tcp::socket>> in handleUpgrade()
48 crow::sse_socket::ConnectionImpl<boost::asio::ip::tcp::socket>>( in handleUpgrade()
54 boost::asio::ssl::stream<boost::asio::ip::tcp::socket>&& in handleUpgrade()
58 boost::asio::ssl::stream<boost::asio::ip::tcp::socket>>> in handleUpgrade()
60 boost::asio::ssl::stream<boost::asio::ip::tcp::socket>>>( in handleUpgrade()
/openbmc/linux/arch/ia64/kernel/
H A Dstacktrace.c16 unsigned long ip; in ia64_do_save_stack() local
21 unw_get_ip(info, &ip); in ia64_do_save_stack()
22 if (ip == 0) in ia64_do_save_stack()
25 trace->entries[trace->nr_entries++] = ip; in ia64_do_save_stack()
/openbmc/linux/samples/bpf/
H A Dsampleip_kern.c25 u64 ip; in do_sample() local
28 ip = PT_REGS_IP(&ctx->regs); in do_sample()
29 value = bpf_map_lookup_elem(&ip_map, &ip); in do_sample()
34 bpf_map_update_elem(&ip_map, &ip, &init_val, BPF_NOEXIST); in do_sample()

1...<<21222324252627282930>>...82