Home
last modified time | relevance | path

Searched refs:eth_dst (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/rocker/
Drocker_ofdpa.c48 u8 eth_dst[ETH_ALEN]; member
63 u8 eth_dst[ETH_ALEN]; member
78 u8 eth_dst[ETH_ALEN]; member
114 u8 eth_dst[ETH_ALEN]; member
120 u8 eth_dst[ETH_ALEN]; member
153 u8 eth_dst[ETH_ALEN]; member
359 ETH_ALEN, entry->key.term_mac.eth_dst)) in ofdpa_cmd_flow_tbl_add_term_mac()
410 ETH_ALEN, entry->key.bridge.eth_dst)) in ofdpa_cmd_flow_tbl_add_bridge()
455 ETH_ALEN, entry->key.acl.eth_dst)) in ofdpa_cmd_flow_tbl_add_acl()
607 if (!is_zero_ether_addr(entry->l2_rewrite.eth_dst) && in ofdpa_cmd_group_tbl_add_l2_rewrite()
[all …]
/Linux-v5.10/include/net/tc_act/
Dtc_skbmod.h15 u8 eth_dst[ETH_ALEN]; member
Dtc_ife.h12 u8 eth_dst[ETH_ALEN]; member
/Linux-v5.10/net/sched/
Dact_skbmod.c51 ether_addr_copy(eth_hdr(skb)->h_dest, p->eth_dst); in tcf_skbmod_act()
178 ether_addr_copy(p->eth_dst, daddr); in tcf_skbmod_init()
233 nla_put(skb, TCA_SKBMOD_DMAC, ETH_ALEN, p->eth_dst)) in tcf_skbmod_dump()
Dact_ife.c590 ether_addr_copy(p->eth_dst, daddr); in tcf_ife_init()
592 eth_zero_addr(p->eth_dst); in tcf_ife_init()
666 if (!is_zero_ether_addr(p->eth_dst)) { in tcf_ife_dump()
667 if (nla_put(skb, TCA_IFE_DMAC, ETH_ALEN, p->eth_dst)) in tcf_ife_dump()
854 if (!is_zero_ether_addr(p->eth_dst)) in tcf_ife_encode()
855 ether_addr_copy(oethh->h_dest, p->eth_dst); in tcf_ife_encode()
/Linux-v5.10/net/batman-adv/
Dnetwork-coding.c1266 u8 *eth_dst) in batadv_nc_path_search() argument
1300 eth_dst, in batadv_nc_path_search()
1332 u8 *eth_dst, in batadv_nc_skb_src_search() argument
1354 out_nc_node, skb, eth_dst); in batadv_nc_skb_src_search()
/Linux-v5.10/include/uapi/linux/
Dopenvswitch.h399 __u8 eth_dst[ETH_ALEN]; member
/Linux-v5.10/net/openvswitch/
Dactions.c268 ether_addr_copy_masked(eth_hdr(skb)->h_dest, key->eth_dst, in set_eth_addr()
269 mask->eth_dst); in set_eth_addr()
300 err = skb_eth_push(skb, ethh->addresses.eth_dst, in push_eth()
Dflow_netlink.c1514 eth_key->eth_dst, ETH_ALEN, is_mask); in ovs_key_from_nlattrs()
2042 ether_addr_copy(eth_key->eth_dst, output->eth.dst); in __ovs_nla_put_key()