Home
last modified time | relevance | path

Searched refs:ip (Results 701 – 725 of 2033) sorted by relevance

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

/openbmc/linux/tools/testing/selftests/drivers/net/ocelot/
H A Dpsfp.sh114 ip link set ${swp1} up
115 ip link set ${swp2} up
117 ip link add br0 type bridge vlan_filtering 1
118 ip link set ${swp1} master br0
119 ip link set ${swp2} master br0
120 ip link set br0 up
142 ip link del br0
/openbmc/linux/arch/um/kernel/
H A Dtrap.c24 int handle_page_fault(unsigned long address, unsigned long ip, in handle_page_fault() argument
155 static void bad_segv(struct faultinfo fi, unsigned long ip) in bad_segv() argument
201 unsigned long segv(struct faultinfo fi, unsigned long ip, int is_user, in segv() argument
224 address, ip); in segv()
228 err = handle_page_fault(address, ip, is_write, is_user, in segv()
249 else if (!is_user && arch_fixup(ip, regs)) in segv()
255 address, ip); in segv()
/openbmc/openbmc/poky/scripts/
H A Drunqemu-ifdown39 if ! ip tuntap del $TAP mode tap 2>/dev/null; then
44 IPTOOL=`which ip 2> /dev/null`
47 IPTOOL=/sbin/ip
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drunqemu-ifdown39 if ! ip tuntap del $TAP mode tap 2>/dev/null; then
44 IPTOOL=`which ip 2> /dev/null`
47 IPTOOL=/sbin/ip
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_network_conf.robot577 FOR ${ip} IN @{test_ipv4_addresses}
579 Verify IP On Redfish URI ${ip}
651 Append To List ${patch_list} ${ip}
698 [Arguments] ${ip} ${netmask}
701 # ip IP address to be verified.
719 [Arguments] ${ip}
722 # ip IP address to be deleted.
725 ... Delete IP Address ${ip}
786 FOR ${ip} IN @{ip_addreses}
799 FOR ${ip} IN @{ip_addreses}
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dtc_action_hw_stats.sh51 tc filter add dev $swp1 ingress protocol ip pref 1 handle 101 flower \
61 -t ip -q
66 tc filter del dev $swp1 ingress protocol ip pref 1 handle 101 flower
85 tc filter add dev $swp1 ingress protocol ip pref 1 handle 101 flower \
/openbmc/openbmc/meta-yadro/meta-vegman/recipes-yadro/fru/vegman-fru-handler/
H A Dbaseboard-fru-handler.sh23 if ip link show dev "${iface}" | grep -q "${iface}:.*\<UP\>" 2>/dev/null; then
28 ip link set dev "${iface}" down ||:
30 ip link set dev "${iface}" address "${mac}" ||:
32 ip link set dev "${iface}" up ||:
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_helpers.h74 struct iphdr *ip = (struct iphdr *)buf; in __expect_icmp_ipv4() local
75 struct icmphdr *icmp = (struct icmphdr *)(ip + 1); in __expect_icmp_ipv4()
76 ssize_t min_header_len = sizeof(*ip) + sizeof(*icmp); in __expect_icmp_ipv4()
81 if (ip->protocol != IPPROTO_ICMP) in __expect_icmp_ipv4()
/openbmc/linux/arch/x86/kernel/
H A Dcet.c71 regs->ip, regs->sp, ssp, error_code, in do_user_cp_fault()
74 print_vma_addr(KERN_CONT " in ", regs->ip); in do_user_cp_fault()
91 if (unlikely(regs->ip == (unsigned long)&ibt_selftest_noendbr)) { in do_kernel_cp_fault()
99 __warn(__FILE__, __LINE__, (void *)regs->ip, TAINT_WARN, regs, NULL); in do_kernel_cp_fault()
/openbmc/linux/fs/gfs2/
H A Ddir.h30 const struct gfs2_inode *ip);
32 const struct gfs2_inode *ip, struct gfs2_diradd *da);
49 int gfs2_dir_get_new_buffer(struct gfs2_inode *ip, u64 block,
51 void gfs2_dir_hash_inval(struct gfs2_inode *ip);
H A Dtrans.h28 static inline unsigned int gfs2_rg_blocks(const struct gfs2_inode *ip, unsigned requested) in gfs2_rg_blocks() argument
30 struct gfs2_rgrpd *rgd = ip->i_res.rs_rgd; in gfs2_rg_blocks()
39 unsigned long ip);
/openbmc/linux/include/net/netfilter/
H A Dnf_tables_ipv4.h10 struct iphdr *ip; in nft_set_pktinfo_ipv4() local
12 ip = ip_hdr(pkt->skb); in nft_set_pktinfo_ipv4()
14 pkt->tprot = ip->protocol; in nft_set_pktinfo_ipv4()
16 pkt->fragoff = ntohs(ip->frag_off) & IP_OFFSET; in nft_set_pktinfo_ipv4()
/openbmc/linux/arch/arm/crypto/
H A Dcrc32-ce-core.S243 subs ip, r2, #8
249 teq ip, #0
257 subs ip, ip, #8
261 tst ip, #4
267 2: tst ip, #2
273 1: tst ip, #1
293 0: subs ip, r2, #8
H A Dchacha-neon-core.S69 adr ip, .Lrol8_table
147 add ip, r0, #0x20
149 vld1.32 {q2-q3}, [ip]
158 add ip, r2, #0x20
160 vld1.8 {q6-q7}, [ip]
178 add ip, r1, #0x20
180 vst1.8 {q2-q3}, [ip]
212 bic ip, ip, #0x1f // aligned to 32 bytes
213 mov sp, ip
229 add ip, r0, #0x20
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dping.py20 self.assertNotEqual(len(self.target.ip), 0, msg="No target IP address set")
23 cmd = 'ping -c 1 %s' % self.target.ip
32 …self.fail("Ping timeout error for address %s, count %s, output: %s" % (self.target.ip, count, outp…
/openbmc/linux/kernel/kcsan/
H A Dkcsan.h124 unsigned long ip, int watchpoint_idx);
132 unsigned long ip, enum kcsan_value_change value_change,
140 unsigned long ip, u64 old, u64 new, u64 mask);
/openbmc/linux/drivers/s390/char/
H A Dsclp_tty.c359 unsigned char *ip, *op; in sclp_switch_cases() local
364 ip = op = buf; in sclp_switch_cases()
367 if (*ip == CASE_DELIMITER) { in sclp_switch_cases()
369 if (count && ip[1] == CASE_DELIMITER) { in sclp_switch_cases()
374 *op++ = *ip++; in sclp_switch_cases()
383 ip++; in sclp_switch_cases()
390 *op++ = _ebc_toupper[(int) *ip++]; in sclp_switch_cases()
393 *op++ = _ebc_tolower[(int) *ip++]; in sclp_switch_cases()
396 *op++ = *ip++; in sclp_switch_cases()
/openbmc/linux/tools/testing/selftests/net/
H A Dtest_vxlan_mdb.sh222 ip -n $ns link set dev lo up
223 ip -n $ns address add $local_addr dev lo
225 ip -n $ns link set dev veth0 up
263 ip netns add $ns1
264 ip netns add $ns2
267 ip link set dev veth0 netns $ns1 name veth0
268 ip link set dev veth1 netns $ns2 name veth0
287 ip netns del ns2_v4
288 ip netns del ns1_v4
304 ip netns del ns2_v6
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun.c204 char *ip; in gen_eth_tnl_hdr() local
220 return ip; in gen_eth_tnl_hdr()
234 struct iphdr *ip; in mlx5e_tc_tun_create_header_ipv4() local
290 ip->tos = tun_key->tos; in mlx5e_tc_tun_create_header_ipv4()
291 ip->version = 0x4; in mlx5e_tc_tun_create_header_ipv4()
292 ip->ihl = 0x5; in mlx5e_tc_tun_create_header_ipv4()
293 ip->ttl = attr.ttl; in mlx5e_tc_tun_create_header_ipv4()
349 struct iphdr *ip; in mlx5e_tc_tun_update_header_ipv4() local
395 ip->version = 0x4; in mlx5e_tc_tun_update_header_ipv4()
396 ip->ihl = 0x5; in mlx5e_tc_tun_update_header_ipv4()
[all …]
/openbmc/linux/fs/ntfs3/
H A Dfile.c857 u32 ip, off; in ntfs_compress_write() local
914 for (ip = 0; ip < pages_per_frame; ip++) { in ntfs_compress_write()
925 for (; ip < pages_per_frame; ip++, off = 0) { in ntfs_compress_write()
926 page = pages[ip]; in ntfs_compress_write()
936 for (ip = 0; ip < pages_per_frame; ip++) { in ntfs_compress_write()
937 page = pages[ip]; in ntfs_compress_write()
979 for (ip = 0; ip < pages_per_frame; in ntfs_compress_write()
980 ip++) { in ntfs_compress_write()
999 page = pages[ip]; in ntfs_compress_write()
1012 ip++; in ntfs_compress_write()
[all …]
/openbmc/linux/drivers/net/wireguard/
H A Dallowedips.c131 u8 ip[16] __aligned(__alignof(u64)); in lookup() local
135 swap_endian(ip, be_ip, bits); in lookup()
139 node = find_node(rcu_dereference_bh(root), bits, ip); in lookup()
281 int wg_allowedips_insert_v4(struct allowedips *table, const struct in_addr *ip, in wg_allowedips_insert_v4() argument
288 swap_endian(key, (const u8 *)ip, 32); in wg_allowedips_insert_v4()
292 int wg_allowedips_insert_v6(struct allowedips *table, const struct in6_addr *ip, in wg_allowedips_insert_v6() argument
299 swap_endian(key, (const u8 *)ip, 128); in wg_allowedips_insert_v6()
343 int wg_allowedips_read_node(struct allowedips_node *node, u8 ip[16], u8 *cidr) in wg_allowedips_read_node()
346 swap_endian(ip, node->bits, node->bitlen); in wg_allowedips_read_node()
347 memset(ip + cidr_bytes, 0, node->bitlen / 8U - cidr_bytes); in wg_allowedips_read_node()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_seg6_loop.c57 struct ip6_t *ip; in get_srh() local
70 ip = cursor_advance(cursor, sizeof(*ip)); in get_srh()
71 if ((void *)ip + sizeof(*ip) > data_end) in get_srh()
74 if (ip->next_header != 43) in get_srh()
/openbmc/linux/arch/arm/mm/
H A Dproc-arm740.S50 mov ip, #0
51 mcr p15, 0, ip, c7, c0, 0 @ invalidate cache
52 mrc p15, 0, ip, c1, c0, 0 @ get ctrl register
53 bic ip, ip, #0x0000000c @ ............wc..
54 mcr p15, 0, ip, c1, c0, 0 @ ctrl register
/openbmc/qemu/net/
H A Dcolo.c90 network_length = pkt->ip->ip_hl * 4; in parse_packet_early()
104 key->src = pkt->ip->ip_dst; in extract_ip_and_port()
105 key->dst = pkt->ip->ip_src; in extract_ip_and_port()
109 key->src = pkt->ip->ip_src; in extract_ip_and_port()
110 key->dst = pkt->ip->ip_dst; in extract_ip_and_port()
120 key->ip_proto = pkt->ip->ip_p; in fill_connection_key()
/openbmc/linux/tools/perf/util/arm-spe-decoder/
H A Darm-spe-decoder.c155 u64 payload, ip; in arm_spe_read_record() local
175 ip = arm_spe_calc_ip(idx, payload); in arm_spe_read_record()
177 decoder->record.from_ip = ip; in arm_spe_read_record()
179 decoder->record.to_ip = ip; in arm_spe_read_record()
181 decoder->record.virt_addr = ip; in arm_spe_read_record()
183 decoder->record.phys_addr = ip; in arm_spe_read_record()

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