Searched refs:mac_dst (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/drivers/net/bonding/ |
D | bond_alb.c | 34 u8 mac_dst[ETH_ALEN]; member 48 u8 mac_dst[ETH_ALEN]; /* target hardware address */ member 262 (!ether_addr_equal_64bits(client_info->mac_dst, arp->mac_src))) { in rlb_update_entry_from_arp() 264 ether_addr_copy(client_info->mac_dst, arp->mac_src); in rlb_update_entry_from_arp() 399 if (is_valid_ether_addr(rx_hash_table[index].mac_dst)) { in rlb_clear_slave() 428 if (!client_info->slave || !is_valid_ether_addr(client_info->mac_dst)) in rlb_update_client() 438 client_info->mac_dst, in rlb_update_client() 440 client_info->mac_dst); in rlb_update_client() 503 is_valid_ether_addr(client_info->mac_dst)) { in rlb_req_update_slave_clients() 544 is_valid_ether_addr(client_info->mac_dst)) { in rlb_req_update_subnet_clients() [all …]
|
D | bond_debugfs.c | 40 &client_info->mac_dst, in bond_debug_rlb_hash_show()
|
/linux-5.19.10/net/bridge/netfilter/ |
D | ebt_log.c | 48 unsigned char mac_dst[ETH_ALEN]; member 170 ap->mac_dst, ap->ip_dst); in ebt_log_packet()
|
/linux-5.19.10/include/net/ |
D | bond_alb.h | 98 u8 mac_dst[ETH_ALEN]; /* the client MAC address */ member
|
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/flower/ |
D | match.c | 108 ext->mac_dst[i] |= tmp & (~msk->mac_dst[i]); in nfp_flower_compile_mac() 109 msk->mac_dst[i] |= match.mask->dst[i]; in nfp_flower_compile_mac()
|
D | offload.c | 623 eth_broadcast_addr(&merge->l2.mac_dst[0]); in nfp_flower_update_merge_with_actions() 637 merge->l2.mac_dst[i] |= eth->eth_addr_mask[i]; in nfp_flower_update_merge_with_actions() 1190 if (!is_broadcast_ether_addr(&mac->mac_dst[0])) { in nfp_flower_validate_pre_tun_rule() 1215 if (memcmp(&mac->mac_dst[0], flow->pre_tun_rule.dev->dev_addr, 6)) { in nfp_flower_validate_pre_tun_rule() 1222 memcpy(&flow->pre_tun_rule.loc_mac, &mac->mac_dst[0], ETH_ALEN); in nfp_flower_validate_pre_tun_rule()
|
D | cmsg.h | 325 u8 mac_dst[6]; member
|
/linux-5.19.10/net/netfilter/ |
D | nf_log_syslog.c | 39 unsigned char mac_dst[ETH_ALEN]; member 106 ap->mac_src, ap->ip_src, ap->mac_dst, ap->ip_dst); in dump_arp_packet()
|