Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/tc_act/
Dtc_skbmod.h21 u8 eth_src[ETH_ALEN]; member
Dtc_ife.h12 u8 eth_src[ETH_ALEN]; member
/Linux-v4.19/net/sched/
Dact_skbmod.c56 ether_addr_copy(eth_hdr(skb)->h_source, p->eth_src); in tcf_skbmod_act()
176 ether_addr_copy(p->eth_src, saddr); in tcf_skbmod_init()
226 nla_put(skb, TCA_SKBMOD_SMAC, ETH_ALEN, p->eth_src)) in tcf_skbmod_dump()
Dact_ife.c552 ether_addr_copy(p->eth_src, saddr); in tcf_ife_init()
554 eth_zero_addr(p->eth_src); in tcf_ife_init()
639 if (!is_zero_ether_addr(p->eth_src)) { in tcf_ife_dump()
640 if (nla_put(skb, TCA_IFE_SMAC, ETH_ALEN, p->eth_src)) in tcf_ife_dump()
820 if (!is_zero_ether_addr(p->eth_src)) in tcf_ife_encode()
821 ether_addr_copy(oethh->h_source, p->eth_src); in tcf_ife_encode()
/Linux-v4.19/drivers/net/ethernet/rocker/
Drocker_ofdpa.c79 u8 eth_src[ETH_ALEN]; member
116 u8 eth_src[ETH_ALEN]; member
122 u8 eth_src[ETH_ALEN]; member
452 ETH_ALEN, entry->key.acl.eth_src)) in ofdpa_cmd_flow_tbl_add_acl()
606 if (!is_zero_ether_addr(entry->l2_rewrite.eth_src) && in ofdpa_cmd_group_tbl_add_l2_rewrite()
608 ETH_ALEN, entry->l2_rewrite.eth_src)) in ofdpa_cmd_group_tbl_add_l2_rewrite()
652 if (!is_zero_ether_addr(entry->l3_unicast.eth_src) && in ofdpa_cmd_group_tbl_add_l3_unicast()
654 ETH_ALEN, entry->l3_unicast.eth_src)) in ofdpa_cmd_group_tbl_add_l3_unicast()
1002 const u8 *eth_src, const u8 *eth_src_mask, in ofdpa_flow_tbl_acl() argument
1029 if (eth_src) in ofdpa_flow_tbl_acl()
[all …]
/Linux-v4.19/include/uapi/linux/
Dopenvswitch.h391 __u8 eth_src[ETH_ALEN]; member
/Linux-v4.19/net/batman-adv/
Dnetwork-coding.c1352 u8 *eth_src, in batadv_nc_skb_src_search() argument
1359 orig_node = batadv_orig_hash_find(bat_priv, eth_src); in batadv_nc_skb_src_search()
1368 out_nc_node->addr, eth_src)) in batadv_nc_skb_src_search()
/Linux-v4.19/net/openvswitch/
Dactions.c331 ether_addr_copy_masked(eth_hdr(skb)->h_source, key->eth_src, in set_eth_addr()
332 mask->eth_src); in set_eth_addr()
372 ether_addr_copy(hdr->h_source, ethh->addresses.eth_src); in push_eth()
Dflow_netlink.c1498 eth_key->eth_src, ETH_ALEN, is_mask); in ovs_key_from_nlattrs()
2012 ether_addr_copy(eth_key->eth_src, output->eth.src); in __ovs_nla_put_key()
/Linux-v4.19/drivers/clk/
Dclk-stm32mp1.c151 static const char * const eth_src[] = { variable
1946 KCLK(ETHCK_K, "ethck_k", eth_src, 0, G_ETHCK, M_ETHCK),
1955 COMPOSITE(ETHPTP_K, "ethptp_k", eth_src, CLK_OPS_PARENT_ENABLE,