Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/rocker/
H A 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 …]
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_skbmod.c55 ether_addr_copy(eth_hdr(skb)->h_dest, p->eth_dst); in tcf_skbmod_act()
182 ether_addr_copy(p->eth_dst, daddr); in tcf_skbmod_init()
237 nla_put(skb, TCA_SKBMOD_DMAC, ETH_ALEN, p->eth_dst)) in tcf_skbmod_dump()
H A 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()
/OK3568_Linux_fs/kernel/include/net/tc_act/
H A Dtc_skbmod.h15 u8 eth_dst[ETH_ALEN]; member
H A Dtc_ife.h12 u8 eth_dst[ETH_ALEN]; member
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dnetwork-coding.c1274 u8 *eth_dst) in batadv_nc_path_search() argument
1308 eth_dst, in batadv_nc_path_search()
1340 u8 *eth_dst, in batadv_nc_skb_src_search() argument
1362 out_nc_node, skb, eth_dst); in batadv_nc_skb_src_search()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dopenvswitch.h389 __u8 eth_dst[ETH_ALEN]; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dopenvswitch.h389 __u8 eth_dst[ETH_ALEN]; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dopenvswitch.h399 __u8 eth_dst[ETH_ALEN]; member
/OK3568_Linux_fs/kernel/net/openvswitch/
H A 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()
H A 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()