Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/bonding/
Dbond_alb.c50 u8 mac_dst[ETH_ALEN]; member
64 u8 mac_dst[ETH_ALEN]; /* target hardware address */ member
282 (!ether_addr_equal_64bits(client_info->mac_dst, arp->mac_src))) { in rlb_update_entry_from_arp()
284 ether_addr_copy(client_info->mac_dst, arp->mac_src); in rlb_update_entry_from_arp()
418 if (is_valid_ether_addr(rx_hash_table[index].mac_dst)) { in rlb_clear_slave()
447 if (!client_info->slave || !is_valid_ether_addr(client_info->mac_dst)) in rlb_update_client()
457 client_info->mac_dst, in rlb_update_client()
459 client_info->mac_dst); in rlb_update_client()
521 is_valid_ether_addr(client_info->mac_dst)) { in rlb_req_update_slave_clients()
562 is_valid_ether_addr(client_info->mac_dst)) { in rlb_req_update_subnet_clients()
[all …]
Dbond_debugfs.c40 &client_info->mac_dst, in bond_debug_rlb_hash_show()
/Linux-v4.19/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-v4.19/net/bridge/netfilter/
Debt_log.c47 unsigned char mac_dst[ETH_ALEN]; member
169 ap->mac_dst, ap->ip_dst); in ebt_log_packet()
/Linux-v4.19/include/net/
Dbond_alb.h114 u8 mac_dst[ETH_ALEN]; /* the client MAC address */ member
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/
Dcmsg.h287 u8 mac_dst[6]; member
Dmatch.c108 ether_addr_copy(frame->mac_dst, &addr->dst[0]); in nfp_flower_compile_mac()