Searched refs:eth_src (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| H A D | skf_net_off.c | 119 const char eth_src[] = { 0x02, 0x00, 0x00, 0x00, 0x00, 0x02 }; in tun_write() local 131 memcpy(eth.h_source, eth_src, sizeof(eth_src)); in tun_write()
|
| /linux/net/sched/ |
| H A D | act_skbmod.c | 71 ether_addr_copy(eth_hdr(skb)->h_source, p->eth_src); in tcf_skbmod_act() 205 ether_addr_copy(p->eth_src, saddr); in tcf_skbmod_init() 260 nla_put(skb, TCA_SKBMOD_SMAC, ETH_ALEN, p->eth_src)) in tcf_skbmod_dump()
|
| H A D | act_ife.c | 591 ether_addr_copy(p->eth_src, saddr); in tcf_ife_init() 593 eth_zero_addr(p->eth_src); in tcf_ife_init() 670 if (!is_zero_ether_addr(p->eth_src)) { in tcf_ife_dump() 671 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()
|
| /linux/include/net/tc_act/ |
| H A D | tc_ife.h | 13 u8 eth_src[ETH_ALEN]; member
|
| /linux/net/openvswitch/ |
| H A D | actions.c | 238 ether_addr_copy_masked(eth_hdr(skb)->h_source, key->eth_src, in set_eth_addr() 239 mask->eth_src); in set_eth_addr() 273 ethh->addresses.eth_src); in push_eth()
|
| H A D | flow_netlink.c | 1501 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()
|
| /linux/drivers/clk/stm32/ |
| H A D | clk-stm32mp1.c | 158 static const char * const eth_src[] = { variable 2054 COMPOSITE(NO_ID, "ck_ker_eth", eth_src, CLK_OPS_PARENT_ENABLE |
|