Searched refs:ip_dst (Results 1 – 5 of 5) sorted by relevance
/net/batman-adv/ |
D | distributed-arp-table.c | 429 __be32 ip_src, ip_dst; in batadv_dbg_arp() local 435 ip_dst = batadv_arp_ip_dst(skb, hdr_size); in batadv_dbg_arp() 439 batadv_arp_hw_dst(skb, hdr_size), &ip_dst); in batadv_dbg_arp() 628 batadv_dat_select_candidates(struct batadv_priv *bat_priv, __be32 ip_dst, in batadv_dat_select_candidates() argument 644 dat.ip = ip_dst; in batadv_dat_select_candidates() 650 "%s(): IP=%pI4 hash(IP)=%u\n", __func__, &ip_dst, in batadv_dat_select_candidates() 1005 __be32 ip_src, ip_dst; in batadv_arp_get_type() local 1042 ip_dst = batadv_arp_ip_dst(skb, hdr_size); in batadv_arp_get_type() 1044 ipv4_is_loopback(ip_dst) || ipv4_is_multicast(ip_dst) || in batadv_arp_get_type() 1046 ipv4_is_zeronet(ip_dst) || ipv4_is_lbcast(ip_dst)) in batadv_arp_get_type() [all …]
|
/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/core/ |
D | selftests.c | 21 u32 ip_dst; member 136 ihdr->daddr = htonl(attr->ip_dst); in net_test_get_skb()
|
/net/bridge/ |
D | br_multicast.c | 928 __be32 ip_dst, __be32 group, in br_ip4_multicast_alloc_query() argument 982 ip_eth_mc_map(ip_dst, eth->h_dest); in br_ip4_multicast_alloc_query() 999 iph->daddr = ip_dst; in br_ip4_multicast_alloc_query() 1240 struct br_ip *ip_dst, in br_multicast_alloc_query() argument 1250 ip4_dst = ip_dst ? ip_dst->dst.ip4 : htonl(INADDR_ALLHOSTS_GROUP); in br_multicast_alloc_query() 1260 if (ip_dst) in br_multicast_alloc_query() 1261 ip6_dst = ip_dst->dst.ip6; in br_multicast_alloc_query() 1783 struct br_ip *ip_dst, in __br_multicast_send_query() argument 1798 skb = br_multicast_alloc_query(brmctx, pmctx, pg, ip_dst, group, in __br_multicast_send_query()
|
/net/netfilter/ |
D | nf_log_syslog.c | 40 unsigned char ip_dst[4]; member 106 ap->mac_src, ap->ip_src, ap->mac_dst, ap->ip_dst); in dump_arp_packet()
|