Searched refs:ip_dst (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/net/batman-adv/ |
| D | distributed-arp-table.c | 365 __be32 ip_src, ip_dst; in batadv_dbg_arp() local 371 ip_dst = batadv_arp_ip_dst(skb, hdr_size); in batadv_dbg_arp() 375 batadv_arp_hw_dst(skb, hdr_size), &ip_dst); in batadv_dbg_arp() 565 batadv_dat_select_candidates(struct batadv_priv *bat_priv, __be32 ip_dst, in batadv_dat_select_candidates() argument 581 dat.ip = ip_dst; in batadv_dat_select_candidates() 587 "dat_select_candidates(): IP=%pI4 hash(IP)=%u\n", &ip_dst, in batadv_dat_select_candidates() 844 __be32 ip_src, ip_dst; in batadv_arp_get_type() local 881 ip_dst = batadv_arp_ip_dst(skb, hdr_size); in batadv_arp_get_type() 883 ipv4_is_loopback(ip_dst) || ipv4_is_multicast(ip_dst) || in batadv_arp_get_type() 885 ipv4_is_zeronet(ip_dst) || ipv4_is_lbcast(ip_dst)) in batadv_arp_get_type() [all …]
|
| /linux-4.4.14/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.4.14/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.4.14/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.4.14/include/net/ |
| D | bond_alb.h | 112 __be32 ip_dst; /* the client IP address */ member
|