Searched refs:eth_dst (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/rocker/ |
A D | rocker_ofdpa.c | 48 u8 eth_dst[ETH_ALEN]; member 63 u8 eth_dst[ETH_ALEN]; member 153 u8 eth_dst[ETH_ALEN]; member 907 ether_addr_copy(entry->key.term_mac.eth_dst, eth_dst); in ofdpa_flow_tbl_term_mac() 935 if (eth_dst) { in ofdpa_flow_tbl_bridge() 937 ether_addr_copy(entry->key.bridge.eth_dst, eth_dst); in ofdpa_flow_tbl_bridge() 1030 if (eth_dst) in ofdpa_flow_tbl_acl() 1031 ether_addr_copy(entry->key.acl.eth_dst, eth_dst); in ofdpa_flow_tbl_acl() 1251 if (eth_dst) { in ofdpa_neigh_update() 1252 ether_addr_copy(entry->eth_dst, eth_dst); in ofdpa_neigh_update() [all …]
|
/linux-6.3-rc2/include/net/tc_act/ |
A D | tc_skbmod.h | 15 u8 eth_dst[ETH_ALEN]; member
|
A D | tc_ife.h | 12 u8 eth_dst[ETH_ALEN]; member
|
/linux-6.3-rc2/net/sched/ |
A D | act_skbmod.c | 70 ether_addr_copy(eth_hdr(skb)->h_dest, p->eth_dst); in tcf_skbmod_act() 204 ether_addr_copy(p->eth_dst, daddr); in tcf_skbmod_init() 259 nla_put(skb, TCA_SKBMOD_DMAC, ETH_ALEN, p->eth_dst)) in tcf_skbmod_dump()
|
A D | act_ife.c | 590 ether_addr_copy(p->eth_dst, daddr); in tcf_ife_init() 592 eth_zero_addr(p->eth_dst); in tcf_ife_init() 667 if (!is_zero_ether_addr(p->eth_dst)) { in tcf_ife_dump() 668 if (nla_put(skb, TCA_IFE_DMAC, ETH_ALEN, p->eth_dst)) in tcf_ife_dump() 855 if (!is_zero_ether_addr(p->eth_dst)) in tcf_ife_encode() 856 ether_addr_copy(oethh->h_dest, p->eth_dst); in tcf_ife_encode()
|
/linux-6.3-rc2/net/batman-adv/ |
A D | network-coding.c | 1261 u8 *eth_dst) in batadv_nc_path_search() argument 1295 eth_dst, in batadv_nc_path_search() 1327 u8 *eth_dst, in batadv_nc_skb_src_search() argument 1349 out_nc_node, skb, eth_dst); in batadv_nc_skb_src_search()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | openvswitch.h | 435 __u8 eth_dst[ETH_ALEN]; member
|
/linux-6.3-rc2/net/openvswitch/ |
A D | actions.c | 269 ether_addr_copy_masked(eth_hdr(skb)->h_dest, key->eth_dst, in set_eth_addr() 270 mask->eth_dst); in set_eth_addr() 301 err = skb_eth_push(skb, ethh->addresses.eth_dst, in push_eth()
|
A D | flow_netlink.c | 1524 eth_key->eth_dst, ETH_ALEN, is_mask); in ovs_key_from_nlattrs() 2063 ether_addr_copy(eth_key->eth_dst, output->eth.dst); in __ovs_nla_put_key()
|
Completed in 28 milliseconds