Searched refs:ip_dst (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/net/batman-adv/ |
D | distributed-arp-table.c | 334 __be32 ip_src, ip_dst; in batadv_dbg_arp() local 340 ip_dst = batadv_arp_ip_dst(skb, hdr_size); in batadv_dbg_arp() 344 batadv_arp_hw_dst(skb, hdr_size), &ip_dst); in batadv_dbg_arp() 532 batadv_dat_select_candidates(struct batadv_priv *bat_priv, __be32 ip_dst) in batadv_dat_select_candidates() argument 546 ip_key = (batadv_dat_addr_t)batadv_hash_dat(&ip_dst, in batadv_dat_select_candidates() 550 "dat_select_candidates(): IP=%pI4 hash(IP)=%u\n", &ip_dst, in batadv_dat_select_candidates() 807 __be32 ip_src, ip_dst; in batadv_arp_get_type() local 844 ip_dst = batadv_arp_ip_dst(skb, hdr_size); in batadv_arp_get_type() 846 ipv4_is_loopback(ip_dst) || ipv4_is_multicast(ip_dst) || in batadv_arp_get_type() 848 ipv4_is_zeronet(ip_dst) || ipv4_is_lbcast(ip_dst)) in batadv_arp_get_type() [all …]
|
/linux-4.1.27/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-4.1.27/net/bridge/netfilter/ |
D | ebt_log.c | 50 unsigned char ip_dst[4]; member 169 ap->mac_src, ap->ip_src, ap->mac_dst, ap->ip_dst); in ebt_log_packet()
|
/linux-4.1.27/drivers/net/bonding/ |
D | bond_alb.c | 73 __be32 ip_dst; /* target IP address */ member 288 (client_info->ip_src == arp->ip_dst) && in rlb_update_entry_from_arp() 289 (client_info->ip_dst == arp->ip_src) && in rlb_update_entry_from_arp() 463 client_info->ip_dst, in rlb_update_client() 592 hash_index = _simple_hash((u8 *)&arp->ip_dst, sizeof(arp->ip_dst)); in rlb_choose_channel() 597 (client_info->ip_dst == arp->ip_dst)) { in rlb_choose_channel() 638 client_info->ip_dst = arp->ip_dst; in rlb_choose_channel()
|
D | bond_debugfs.c | 38 &client_info->ip_dst, in bond_debug_rlb_hash_show()
|
/linux-4.1.27/include/net/ |
D | bond_alb.h | 112 __be32 ip_dst; /* the client IP address */ member
|