Searched refs:eth_src (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/include/net/tc_act/ |
A D | tc_skbmod.h | 17 u8 eth_src[ETH_ALEN]; member
|
A D | tc_ife.h | 13 u8 eth_src[ETH_ALEN]; member
|
/linux-6.3-rc2/net/sched/ |
A D | act_skbmod.c | 72 ether_addr_copy(eth_hdr(skb)->h_source, p->eth_src); in tcf_skbmod_act() 206 ether_addr_copy(p->eth_src, saddr); in tcf_skbmod_init() 262 nla_put(skb, TCA_SKBMOD_SMAC, ETH_ALEN, p->eth_src)) in tcf_skbmod_dump()
|
A D | act_ife.c | 595 ether_addr_copy(p->eth_src, saddr); in tcf_ife_init() 597 eth_zero_addr(p->eth_src); in tcf_ife_init() 672 if (!is_zero_ether_addr(p->eth_src)) { in tcf_ife_dump() 673 if (nla_put(skb, TCA_IFE_SMAC, ETH_ALEN, p->eth_src)) in tcf_ife_dump() 853 if (!is_zero_ether_addr(p->eth_src)) in tcf_ife_encode() 854 ether_addr_copy(oethh->h_source, p->eth_src); in tcf_ife_encode()
|
/linux-6.3-rc2/drivers/net/ethernet/rocker/ |
A D | rocker_ofdpa.c | 76 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() 605 ETH_ALEN, entry->l2_rewrite.eth_src)) in ofdpa_cmd_group_tbl_add_l2_rewrite() 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() 1027 ether_addr_copy(entry->key.acl.eth_src, eth_src); in ofdpa_flow_tbl_acl() 1600 const u8 *eth_src = NULL; in ofdpa_port_ctrl_vlan_acl() local [all …]
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | openvswitch.h | 434 __u8 eth_src[ETH_ALEN]; member
|
/linux-6.3-rc2/net/batman-adv/ |
A D | network-coding.c | 1328 u8 *eth_src, in batadv_nc_skb_src_search() argument 1335 orig_node = batadv_orig_hash_find(bat_priv, eth_src); in batadv_nc_skb_src_search() 1344 out_nc_node->addr, eth_src)) in batadv_nc_skb_src_search()
|
/linux-6.3-rc2/net/openvswitch/ |
A D | actions.c | 267 ether_addr_copy_masked(eth_hdr(skb)->h_source, key->eth_src, in set_eth_addr() 268 mask->eth_src); in set_eth_addr() 302 ethh->addresses.eth_src); in push_eth()
|
A D | flow_netlink.c | 1522 eth_key->eth_src, ETH_ALEN, is_mask); in ovs_key_from_nlattrs() 2062 ether_addr_copy(eth_key->eth_src, output->eth.src); in __ovs_nla_put_key()
|
/linux-6.3-rc2/drivers/clk/ |
A D | clk-stm32mp1.c | 154 static const char * const eth_src[] = { variable 2047 COMPOSITE(NO_ID, "ck_ker_eth", eth_src, CLK_OPS_PARENT_ENABLE |
|
Completed in 33 milliseconds