Searched refs:mac_dst (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/bonding/ |
D | bond_alb.c | 58 u8 mac_dst[ETH_ALEN]; member 72 u8 mac_dst[ETH_ALEN]; /* target hardware address */ member 290 (!ether_addr_equal_64bits(client_info->mac_dst, arp->mac_src))) { in rlb_update_entry_from_arp() 292 ether_addr_copy(client_info->mac_dst, arp->mac_src); in rlb_update_entry_from_arp() 426 if (!ether_addr_equal_64bits(rx_hash_table[index].mac_dst, in rlb_clear_slave() 466 client_info->mac_dst, in rlb_update_client() 468 client_info->mac_dst); in rlb_update_client() 530 !ether_addr_equal_64bits(client_info->mac_dst, mac_bcast)) { in rlb_req_update_slave_clients() 571 !ether_addr_equal_64bits(client_info->mac_dst, mac_bcast)) { in rlb_req_update_subnet_clients() 599 if (!ether_addr_equal_64bits(arp->mac_dst, mac_bcast)) { in rlb_choose_channel() [all …]
|
D | bond_debugfs.c | 39 &client_info->mac_dst, in bond_debug_rlb_hash_show()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_log_arp.c | 41 unsigned char mac_dst[ETH_ALEN]; 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 | 49 unsigned char mac_dst[ETH_ALEN]; member 169 ap->mac_src, ap->ip_src, ap->mac_dst, ap->ip_dst); in ebt_log_packet()
|
/linux-4.1.27/include/net/ |
D | bond_alb.h | 114 u8 mac_dst[ETH_ALEN]; /* the client MAC address */ member
|