| /linux/net/batman-adv/ |
| H A D | distributed-arp-table.c | 269 * batadv_arp_ip_dst() - extract the ip_dst field from an ARP packet 273 * Return: the value of the ip_dst field in the ARP packet. in batadv_arp_ip_dst() 435 __be32 ip_src, ip_dst; in batadv_dbg_arp() 441 ip_dst = batadv_arp_ip_dst(skb, hdr_size); in batadv_dbg_arp() 445 batadv_arp_hw_dst(skb, hdr_size), &ip_dst); in batadv_dbg_arp() 624 * @ip_dst: ipv4 to look up in the DHT 629 * value of the key. ip_dst is the key. in batadv_dat_select_candidates() 634 batadv_dat_select_candidates(struct batadv_priv *bat_priv, __be32 ip_dst, in batadv_dat_select_candidates() 649 dat.ip = ip_dst; in batadv_dat_select_candidates() 655 "%s(): IP=%pI4 hash(IP)=%u\n", __func__, &ip_dst, in batadv_dat_select_candidates() 428 __be32 ip_src, ip_dst; batadv_dbg_arp() local 627 batadv_dat_select_candidates(struct batadv_priv * bat_priv,__be32 ip_dst,unsigned short vid) batadv_dat_select_candidates() argument 996 __be32 ip_src, ip_dst; batadv_arp_get_type() local 1099 batadv_dat_arp_create_reply(struct batadv_priv * bat_priv,__be32 ip_src,__be32 ip_dst,u8 * hw_src,u8 * hw_dst,unsigned short vid) batadv_dat_arp_create_reply() argument 1132 __be32 ip_dst, ip_src; batadv_dat_snoop_outgoing_arp_request() local 1228 __be32 ip_src, ip_dst; batadv_dat_snoop_incoming_arp_request() local 1293 __be32 ip_src, ip_dst; batadv_dat_snoop_outgoing_arp_reply() local 1341 __be32 ip_src, ip_dst; batadv_dat_snoop_incoming_arp_reply() local 1624 batadv_dat_put_dhcp(struct batadv_priv * bat_priv,u8 * chaddr,__be32 yiaddr,u8 * hw_dst,__be32 ip_dst,unsigned short vid) batadv_dat_put_dhcp() argument 1785 __be32 ip_dst; batadv_dat_drop_broadcast_packet() local [all...] |
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_tc_edt.sh | |
| H A D | test_lwt_ip_encap.sh | |
| /linux/drivers/net/bonding/ |
| H A D | bond_debugfs.c | 40 &client_info->ip_dst, in bond_debug_rlb_hash_show() 46 &client_info->ip_dst, in bond_debug_rlb_hash_show()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_xdp_veth.c | 66 #define IP_DST "10.1.1.33" 105 .remote_addr = IP_DST, in attach_programs_to_veth_pair() 308 net_config.veth_cfg[0].namespace, IP_DST), "ping"); 31 #define IP_DST global() macro
|
| /linux/net/bridge/netfilter/ |
| H A D | ebt_log.c | 49 unsigned char ip_dst[4]; member 170 ap->mac_dst, ap->ip_dst); in ebt_log_packet()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_selftests.c | 41 u32 ip_dst; member 183 ihdr->daddr = htonl(attr->ip_dst); in stmmac_test_get_udp_skb() 223 __be32 ip_dst = htonl(attr->ip_dst); in stmmac_test_get_arp_skb() local 226 skb = arp_create(ARPOP_REQUEST, ETH_P_ARP, ip_dst, priv->dev, ip_src, in stmmac_test_get_arp_skb() 1393 attr.ip_dst = dst; in __stmmac_test_l3filt() 1525 attr.ip_dst = 0; in __stmmac_test_l4filt() 1648 attr.ip_dst = ip_addr; in stmmac_test_arpoffload()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_filters.c | 521 data->ip_dst[0] = in aq_set_data_fl3l4() 527 data->ip_dst[i] = in aq_set_data_fl3l4() 548 if (data->ip_dst[0] || in aq_set_data_fl3l4() 549 (data->is_ipv6 && (data->ip_dst[1] || data->ip_dst[2] || in aq_set_data_fl3l4() 550 data->ip_dst[3]))) in aq_set_data_fl3l4()
|
| /linux/drivers/net/ethernet/marvell/prestera/ |
| H A D | prestera_flower.c | 294 rule_match_set(r_match->key, IP_DST, match.key->dst); in prestera_flower_parse() 295 rule_match_set(r_match->mask, IP_DST, match.mask->dst); in prestera_flower_parse()
|
| /linux/include/net/ |
| H A D | bond_alb.h | 96 __be32 ip_dst; /* the client IP address */ member
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_debugfs.c | 512 return fbnic_dbg_ip_addr_show(s, fbd->ip_dst); in fbnic_dbg_ip_dst_show() 651 debugfs_create_file("ip_dst", 0400, fbd->dbg_fbd, fbd, in fbnic_dbg_fbd_init()
|
| /linux/net/bridge/ |
| H A D | br_multicast.c | 927 __be32 ip_dst, __be32 group, in br_ip4_multicast_alloc_query() argument 981 ip_eth_mc_map(ip_dst, eth->h_dest); in br_ip4_multicast_alloc_query() 998 iph->daddr = ip_dst; in br_ip4_multicast_alloc_query() 1237 struct br_ip *ip_dst, in br_multicast_alloc_query() 1247 ip4_dst = ip_dst ? ip_dst->dst.ip4 : htonl(INADDR_ALLHOSTS_GROUP); in br_multicast_alloc_query() 1257 if (ip_dst) in br_multicast_alloc_query() 1258 ip6_dst = ip_dst->dst.ip6; in br_multicast_alloc_query() 1780 struct br_ip *ip_dst, in __br_multicast_send_query() 1795 skb = br_multicast_alloc_query(brmctx, pmctx, pg, ip_dst, grou in __br_multicast_send_query() 1239 br_multicast_alloc_query(struct net_bridge_mcast * brmctx,struct net_bridge_mcast_port * pmctx,struct net_bridge_port_group * pg,struct br_ip * ip_dst,struct br_ip * group,bool with_srcs,bool over_lmqt,u8 sflag,u8 * igmp_type,bool * need_rexmit) br_multicast_alloc_query() argument 1782 __br_multicast_send_query(struct net_bridge_mcast * brmctx,struct net_bridge_mcast_port * pmctx,struct net_bridge_port_group * pg,struct br_ip * ip_dst,struct br_ip * group,bool with_srcs,u8 sflag,bool * need_rexmit) __br_multicast_send_query() argument [all...] |
| /linux/net/core/ |
| H A D | selftests.c | 101 ihdr->daddr = htonl(attr->ip_dst); in net_test_get_skb()
|
| /linux/tools/testing/selftests/net/ |
| H A D | ip_defrag.c | 240 iphdr->ip_dst = addr4; in send_udp_frags()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_tc.c | 713 req->ip_dst[0] = l3_key->ipv4.daddr.s_addr; in bnxt_hwrm_cfa_flow_alloc() 720 memcpy(req->ip_dst, l3_key->ipv6.daddr.s6_addr32, in bnxt_hwrm_cfa_flow_alloc() 721 sizeof(req->ip_dst)); in bnxt_hwrm_cfa_flow_alloc()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| H A D | hw_atl_b0.c | 1478 data->ip_dst[0]); in hw_atl_b0_hw_fl3l4_set() 1485 data->ip_dst); in hw_atl_b0_hw_fl3l4_set()
|