Home
last modified time | relevance | path

Searched refs:eth_src (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/net/sched/
H A Dact_skbmod.c57 ether_addr_copy(eth_hdr(skb)->h_source, p->eth_src); in tcf_skbmod_act()
184 ether_addr_copy(p->eth_src, saddr); in tcf_skbmod_init()
240 nla_put(skb, TCA_SKBMOD_SMAC, ETH_ALEN, p->eth_src)) in tcf_skbmod_dump()
H A Dact_ife.c595 ether_addr_copy(p->eth_src, saddr); in tcf_ife_init()
597 eth_zero_addr(p->eth_src); in tcf_ife_init()
671 if (!is_zero_ether_addr(p->eth_src)) { in tcf_ife_dump()
672 if (nla_put(skb, TCA_IFE_SMAC, ETH_ALEN, p->eth_src)) in tcf_ife_dump()
852 if (!is_zero_ether_addr(p->eth_src)) in tcf_ife_encode()
853 ether_addr_copy(oethh->h_source, p->eth_src); in tcf_ife_encode()
/OK3568_Linux_fs/kernel/include/net/tc_act/
H A Dtc_skbmod.h17 u8 eth_src[ETH_ALEN]; member
H A Dtc_ife.h13 u8 eth_src[ETH_ALEN]; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c76 u8 eth_src[ETH_ALEN]; member
113 u8 eth_src[ETH_ALEN]; member
119 u8 eth_src[ETH_ALEN]; member
449 ETH_ALEN, entry->key.acl.eth_src)) in ofdpa_cmd_flow_tbl_add_acl()
603 if (!is_zero_ether_addr(entry->l2_rewrite.eth_src) && in ofdpa_cmd_group_tbl_add_l2_rewrite()
605 ETH_ALEN, entry->l2_rewrite.eth_src)) in ofdpa_cmd_group_tbl_add_l2_rewrite()
649 if (!is_zero_ether_addr(entry->l3_unicast.eth_src) && in ofdpa_cmd_group_tbl_add_l3_unicast()
651 ETH_ALEN, entry->l3_unicast.eth_src)) in ofdpa_cmd_group_tbl_add_l3_unicast()
999 const u8 *eth_src, const u8 *eth_src_mask, in ofdpa_flow_tbl_acl() argument
1026 if (eth_src) in ofdpa_flow_tbl_acl()
[all …]
/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.h388 __u8 eth_src[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.h388 __u8 eth_src[ETH_ALEN]; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dopenvswitch.h398 __u8 eth_src[ETH_ALEN]; member
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dnetwork-coding.c1341 u8 *eth_src, in batadv_nc_skb_src_search() argument
1348 orig_node = batadv_orig_hash_find(bat_priv, eth_src); in batadv_nc_skb_src_search()
1357 out_nc_node->addr, eth_src)) in batadv_nc_skb_src_search()
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dactions.c266 ether_addr_copy_masked(eth_hdr(skb)->h_source, key->eth_src, in set_eth_addr()
267 mask->eth_src); in set_eth_addr()
301 ethh->addresses.eth_src); in push_eth()
H A Dflow_netlink.c1512 eth_key->eth_src, ETH_ALEN, is_mask); in ovs_key_from_nlattrs()
2041 ether_addr_copy(eth_key->eth_src, output->eth.src); in __ovs_nla_put_key()
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-stm32mp1.c151 static const char * const eth_src[] = { variable
1952 KCLK(ETHCK_K, "ethck_k", eth_src, 0, G_ETHCK, M_ETHCK),
1961 COMPOSITE(ETHPTP_K, "ethptp_k", eth_src, CLK_OPS_PARENT_ENABLE |