Searched refs:ip_dst (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/net/batman-adv/ |
D | distributed-arp-table.c | 391 __be32 ip_src, ip_dst; in batadv_dbg_arp() local 397 ip_dst = batadv_arp_ip_dst(skb, hdr_size); in batadv_dbg_arp() 401 batadv_arp_hw_dst(skb, hdr_size), &ip_dst); in batadv_dbg_arp() 591 batadv_dat_select_candidates(struct batadv_priv *bat_priv, __be32 ip_dst, in batadv_dat_select_candidates() argument 607 dat.ip = ip_dst; in batadv_dat_select_candidates() 613 "%s(): IP=%pI4 hash(IP)=%u\n", __func__, &ip_dst, in batadv_dat_select_candidates() 1019 __be32 ip_src, ip_dst; in batadv_arp_get_type() local 1056 ip_dst = batadv_arp_ip_dst(skb, hdr_size); in batadv_arp_get_type() 1058 ipv4_is_loopback(ip_dst) || ipv4_is_multicast(ip_dst) || in batadv_arp_get_type() 1060 ipv4_is_zeronet(ip_dst) || ipv4_is_lbcast(ip_dst)) in batadv_arp_get_type() [all …]
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | nf_log_arp.c | 42 unsigned char ip_dst[4]; member 77 ap->mac_src, ap->ip_src, ap->mac_dst, ap->ip_dst); in dump_arp_packet()
|
/Linux-v4.19/net/bridge/netfilter/ |
D | ebt_log.c | 48 unsigned char ip_dst[4]; member 169 ap->mac_dst, ap->ip_dst); in ebt_log_packet()
|
/Linux-v4.19/drivers/net/bonding/ |
D | bond_alb.c | 65 __be32 ip_dst; /* target IP address */ member 280 (client_info->ip_src == arp->ip_dst) && in rlb_update_entry_from_arp() 281 (client_info->ip_dst == arp->ip_src) && in rlb_update_entry_from_arp() 454 client_info->ip_dst, in rlb_update_client() 583 hash_index = _simple_hash((u8 *)&arp->ip_dst, sizeof(arp->ip_dst)); in rlb_choose_channel() 588 (client_info->ip_dst == arp->ip_dst)) { in rlb_choose_channel() 629 client_info->ip_dst = arp->ip_dst; in rlb_choose_channel()
|
D | bond_debugfs.c | 39 &client_info->ip_dst, in bond_debug_rlb_hash_show()
|
/Linux-v4.19/include/net/ |
D | bond_alb.h | 112 __be32 ip_dst; /* the client IP address */ member
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/ |
D | match.c | 310 frame->ip_dst = tun_ips->dst; in nfp_flower_compile_ipv4_udp_tun() 427 tun_dst = ((struct nfp_flower_ipv4_udp_tun *)ext)->ip_dst; in nfp_flower_compile_flow_match()
|
D | cmsg.h | 378 __be32 ip_dst; member
|
D | action.c | 467 struct nfp_fl_set_ipv6_addr *ip_dst, in nfp_fl_set_ip6() argument 490 exact, mask, ip_dst); in nfp_fl_set_ip6()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_tc.c | 485 req.ip_dst[0] = l3_key->ipv4.daddr.s_addr; in bnxt_hwrm_cfa_flow_alloc() 492 memcpy(req.ip_dst, l3_key->ipv6.daddr.s6_addr32, in bnxt_hwrm_cfa_flow_alloc() 493 sizeof(req.ip_dst)); in bnxt_hwrm_cfa_flow_alloc()
|
D | bnxt_hsi.h | 5517 __be32 ip_dst[4]; member
|