Searched full:mac_dst (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/bonding/ |
| H A D | bond_debugfs.c | 41 &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 D | ebt_log.c | 48 unsigned char mac_dst[ETH_ALEN]; member 170 ap->mac_dst, ap->ip_dst); in ebt_log_packet()
|
| /linux/drivers/net/ethernet/netronome/nfp/flower/ |
| H A 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()
|
| H A D | offload.c | 627 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 D | cmsg.h | 323 u8 mac_dst[6]; member
|
| H A D | conntrack.c | 247 * mac_src/mac_dst(struct flow_match_eth_addrs, 12B) in nfp_ct_merge_check()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tc_redirect.c | 58 #define MAC_DST "00:22:33:44:55:66" macro 214 SYS(fail, "ip link add dst address " MAC_DST " type veth " in netns_setup_links_and_routes() 296 SYS(fail, "ip neigh add " IP4_DST " dev dst_fwd lladdr %s", MAC_DST); in netns_setup_links_and_routes() 297 SYS(fail, "ip neigh add " IP6_DST " dev dst_fwd lladdr %s", MAC_DST); in netns_setup_links_and_routes()
|
| /linux/include/net/ |
| H A D | bond_alb.h | 98 u8 mac_dst[ETH_ALEN]; /* the client MAC address */ member
|