Home
last modified time | relevance | path

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

/linux/drivers/net/bonding/
H A Dbond_debugfs.c41 &client_info->mac_dst, in bond_debug_rlb_hash_show()
47 &client_info->mac_dst); in bond_debug_rlb_hash_show()
/linux/net/bridge/netfilter/
H A Debt_log.c48 unsigned char mac_dst[ETH_ALEN]; member
170 ap->mac_dst, ap->ip_dst); in ebt_log_packet()
/linux/include/net/
H A Dbond_alb.h98 u8 mac_dst[ETH_ALEN]; /* the client MAC address */ member
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dmatch.c108 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()
H A Doffload.c627 eth_broadcast_addr(&merge->l2.mac_dst[0]); in nfp_flower_update_merge_with_actions()
641 merge->l2.mac_dst[i] |= eth->eth_addr_mask[i]; in nfp_flower_update_merge_with_actions()
1192 if (!is_broadcast_ether_addr(&mac->mac_dst[0])) { in nfp_flower_validate_pre_tun_rule()
1217 if (memcmp(&mac->mac_dst[0], flow->pre_tun_rule.dev->dev_addr, 6)) { in nfp_flower_validate_pre_tun_rule()
1224 memcpy(&flow->pre_tun_rule.loc_mac, &mac->mac_dst[0], ETH_ALEN); in nfp_flower_validate_pre_tun_rule()
H A Dcmsg.h323 u8 mac_dst[6]; member
/linux/net/netfilter/
H A Dnf_log_syslog.c39 unsigned char mac_dst[ETH_ALEN]; member
106 ap->mac_src, ap->ip_src, ap->mac_dst, ap->ip_dst); in dump_arp_packet()