Searched refs:ip_dst (Results 1 – 4 of 4) sorted by relevance
/net/batman-adv/ |
D | distributed-arp-table.c | 431 __be32 ip_src, ip_dst; in batadv_dbg_arp() local 437 ip_dst = batadv_arp_ip_dst(skb, hdr_size); in batadv_dbg_arp() 441 batadv_arp_hw_dst(skb, hdr_size), &ip_dst); in batadv_dbg_arp() 631 batadv_dat_select_candidates(struct batadv_priv *bat_priv, __be32 ip_dst, in batadv_dat_select_candidates() argument 647 dat.ip = ip_dst; in batadv_dat_select_candidates() 653 "%s(): IP=%pI4 hash(IP)=%u\n", __func__, &ip_dst, in batadv_dat_select_candidates() 1064 __be32 ip_src, ip_dst; in batadv_arp_get_type() local 1101 ip_dst = batadv_arp_ip_dst(skb, hdr_size); in batadv_arp_get_type() 1103 ipv4_is_loopback(ip_dst) || ipv4_is_multicast(ip_dst) || in batadv_arp_get_type() 1105 ipv4_is_zeronet(ip_dst) || ipv4_is_lbcast(ip_dst)) in batadv_arp_get_type() [all …]
|
/net/ipv4/netfilter/ |
D | nf_log_arp.c | 39 unsigned char ip_dst[4]; member 89 ap->mac_src, ap->ip_src, ap->mac_dst, ap->ip_dst); in dump_arp_packet()
|
/net/bridge/netfilter/ |
D | ebt_log.c | 49 unsigned char ip_dst[4]; member 170 ap->mac_dst, ap->ip_dst); in ebt_log_packet()
|
/net/bridge/ |
D | br_multicast.c | 687 __be32 ip_dst, __be32 group, in br_ip4_multicast_alloc_query() argument 740 ip_eth_mc_map(ip_dst, eth->h_dest); in br_ip4_multicast_alloc_query() 757 iph->daddr = ip_dst; in br_ip4_multicast_alloc_query() 995 struct br_ip *ip_dst, in br_multicast_alloc_query() argument 1005 ip4_dst = ip_dst ? ip_dst->dst.ip4 : htonl(INADDR_ALLHOSTS_GROUP); in br_multicast_alloc_query() 1015 if (ip_dst) in br_multicast_alloc_query() 1016 ip6_dst = ip_dst->dst.ip6; in br_multicast_alloc_query() 1433 struct br_ip *ip_dst, in __br_multicast_send_query() argument 1444 skb = br_multicast_alloc_query(br, pg, ip_dst, group, with_srcs, in __br_multicast_send_query()
|