Searched refs:eth_dst (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/rocker/ |
D | rocker_ofdpa.c | 51 u8 eth_dst[ETH_ALEN]; member 66 u8 eth_dst[ETH_ALEN]; member 81 u8 eth_dst[ETH_ALEN]; member 117 u8 eth_dst[ETH_ALEN]; member 123 u8 eth_dst[ETH_ALEN]; member 156 u8 eth_dst[ETH_ALEN]; member 362 ETH_ALEN, entry->key.term_mac.eth_dst)) in ofdpa_cmd_flow_tbl_add_term_mac() 413 ETH_ALEN, entry->key.bridge.eth_dst)) in ofdpa_cmd_flow_tbl_add_bridge() 458 ETH_ALEN, entry->key.acl.eth_dst)) in ofdpa_cmd_flow_tbl_add_acl() 610 if (!is_zero_ether_addr(entry->l2_rewrite.eth_dst) && in ofdpa_cmd_group_tbl_add_l2_rewrite() [all …]
|
/Linux-v4.19/include/net/tc_act/ |
D | tc_skbmod.h | 19 u8 eth_dst[ETH_ALEN]; member
|
D | tc_ife.h | 11 u8 eth_dst[ETH_ALEN]; member
|
/Linux-v4.19/net/sched/ |
D | act_skbmod.c | 54 ether_addr_copy(eth_hdr(skb)->h_dest, p->eth_dst); in tcf_skbmod_act() 174 ether_addr_copy(p->eth_dst, daddr); in tcf_skbmod_init() 223 nla_put(skb, TCA_SKBMOD_DMAC, ETH_ALEN, p->eth_dst)) in tcf_skbmod_dump()
|
D | act_ife.c | 547 ether_addr_copy(p->eth_dst, daddr); in tcf_ife_init() 549 eth_zero_addr(p->eth_dst); in tcf_ife_init() 634 if (!is_zero_ether_addr(p->eth_dst)) { in tcf_ife_dump() 635 if (nla_put(skb, TCA_IFE_DMAC, ETH_ALEN, p->eth_dst)) in tcf_ife_dump() 822 if (!is_zero_ether_addr(p->eth_dst)) in tcf_ife_encode() 823 ether_addr_copy(oethh->h_dest, p->eth_dst); in tcf_ife_encode()
|
/Linux-v4.19/net/batman-adv/ |
D | network-coding.c | 1285 u8 *eth_dst) in batadv_nc_path_search() argument 1319 eth_dst, in batadv_nc_path_search() 1351 u8 *eth_dst, in batadv_nc_skb_src_search() argument 1373 out_nc_node, skb, eth_dst); in batadv_nc_skb_src_search()
|
/Linux-v4.19/include/uapi/linux/ |
D | openvswitch.h | 392 __u8 eth_dst[ETH_ALEN]; member
|
/Linux-v4.19/net/openvswitch/ |
D | actions.c | 333 ether_addr_copy_masked(eth_hdr(skb)->h_dest, key->eth_dst, in set_eth_addr() 334 mask->eth_dst); in set_eth_addr() 373 ether_addr_copy(hdr->h_dest, ethh->addresses.eth_dst); in push_eth()
|
D | flow_netlink.c | 1500 eth_key->eth_dst, ETH_ALEN, is_mask); in ovs_key_from_nlattrs() 2013 ether_addr_copy(eth_key->eth_dst, output->eth.dst); in __ovs_nla_put_key()
|