dest_ip          1283 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 			      LS_64(info->dest_ip[0], I40IW_CQPSQ_QHASH_ADDR3));
dest_ip          1287 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 			      LS_64(info->dest_ip[0], I40IW_CQPSQ_QHASH_ADDR0) |
dest_ip          1288 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 			      LS_64(info->dest_ip[1], I40IW_CQPSQ_QHASH_ADDR1));
dest_ip          1292 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 			      LS_64(info->dest_ip[2], I40IW_CQPSQ_QHASH_ADDR2) |
dest_ip          1293 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 			      LS_64(info->dest_ip[3], I40IW_CQPSQ_QHASH_ADDR3));
dest_ip           624 drivers/infiniband/hw/i40iw/i40iw_hw.c 	info->dest_ip[0] = cpu_to_le32(cminfo->loc_addr[0]);
dest_ip           625 drivers/infiniband/hw/i40iw/i40iw_hw.c 	info->dest_ip[1] = cpu_to_le32(cminfo->loc_addr[1]);
dest_ip           626 drivers/infiniband/hw/i40iw/i40iw_hw.c 	info->dest_ip[2] = cpu_to_le32(cminfo->loc_addr[2]);
dest_ip           627 drivers/infiniband/hw/i40iw/i40iw_hw.c 	info->dest_ip[3] = cpu_to_le32(cminfo->loc_addr[3]);
dest_ip           644 drivers/infiniband/hw/i40iw/i40iw_hw.c 			    info->dest_ip,
dest_ip           650 drivers/infiniband/hw/i40iw/i40iw_hw.c 			    info->dest_ip,
dest_ip           922 drivers/infiniband/hw/i40iw/i40iw_type.h 	u32 dest_ip[4];
dest_ip          2368 drivers/net/bonding/bond_main.c static void bond_arp_send(struct slave *slave, int arp_op, __be32 dest_ip,
dest_ip          2377 drivers/net/bonding/bond_main.c 		  arp_op, &dest_ip, &src_ip);
dest_ip          2379 drivers/net/bonding/bond_main.c 	skb = arp_create(arp_op, ETH_P_ARP, dest_ip, slave_dev, src_ip,
dest_ip            68 include/net/arp.h void arp_send(int type, int ptype, __be32 dest_ip,
dest_ip            75 include/net/arp.h struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip,
dest_ip            44 net/bridge/br_arp_nd_proxy.c 			struct net_device *dev, __be32 dest_ip, __be32 src_ip,
dest_ip            55 net/bridge/br_arp_nd_proxy.c 		   dev->name, &dest_ip, dest_hw, &src_ip, src_hw);
dest_ip            58 net/bridge/br_arp_nd_proxy.c 		arp_send(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip,
dest_ip            63 net/bridge/br_arp_nd_proxy.c 	skb = arp_create(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip,
dest_ip           298 net/ipv4/arp.c static void arp_send_dst(int type, int ptype, __be32 dest_ip,
dest_ip           311 net/ipv4/arp.c 	skb = arp_create(type, ptype, dest_ip, dev, src_ip,
dest_ip           320 net/ipv4/arp.c void arp_send(int type, int ptype, __be32 dest_ip,
dest_ip           325 net/ipv4/arp.c 	arp_send_dst(type, ptype, dest_ip, dev, src_ip, dest_hw, src_hw,
dest_ip           521 net/ipv4/arp.c struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip,
dest_ip           618 net/ipv4/arp.c 	memcpy(arp_ptr, &dest_ip, 4);
dest_ip           142 samples/bpf/xdp_router_ipv4_kern.c 		__be32 src_ip = 0, dest_ip = 0;
dest_ip           144 samples/bpf/xdp_router_ipv4_kern.c 		ipproto = parse_ipv4(data, nh_off, data_end, &src_ip, &dest_ip);
dest_ip           145 samples/bpf/xdp_router_ipv4_kern.c 		direct_entry = bpf_map_lookup_elem(&exact_match, &dest_ip);
dest_ip           154 samples/bpf/xdp_router_ipv4_kern.c 			key4.b8[4] = dest_ip & 0xff;
dest_ip           155 samples/bpf/xdp_router_ipv4_kern.c 			key4.b8[5] = (dest_ip >> 8) & 0xff;
dest_ip           156 samples/bpf/xdp_router_ipv4_kern.c 			key4.b8[6] = (dest_ip >> 16) & 0xff;
dest_ip           157 samples/bpf/xdp_router_ipv4_kern.c 			key4.b8[7] = (dest_ip >> 24) & 0xff;
dest_ip           164 samples/bpf/xdp_router_ipv4_kern.c 			dest_mac = bpf_map_lookup_elem(&arp_table, &dest_ip);
dest_ip           168 samples/bpf/xdp_router_ipv4_kern.c 				dest_ip = prefix_value->gw;
dest_ip           169 samples/bpf/xdp_router_ipv4_kern.c 				dest_mac = bpf_map_lookup_elem(&arp_table, &dest_ip);