Home
last modified time | relevance | path

Searched refs:mac_dst (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/net/bonding/
Dbond_alb.c58 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 …]
Dbond_debugfs.c39 &client_info->mac_dst, in bond_debug_rlb_hash_show()
/linux-4.4.14/net/ipv4/netfilter/
Dnf_log_arp.c41 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.4.14/net/bridge/netfilter/
Debt_log.c49 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.4.14/include/net/
Dbond_alb.h114 u8 mac_dst[ETH_ALEN]; /* the client MAC address */ member