Searched refs:eth_src (Results 1 – 5 of 5) sorted by relevance
/net/sched/ |
D | act_skbmod.c | 53 ether_addr_copy(eth_hdr(skb)->h_source, p->eth_src); in tcf_skbmod_act() 180 ether_addr_copy(p->eth_src, saddr); in tcf_skbmod_init() 238 nla_put(skb, TCA_SKBMOD_SMAC, ETH_ALEN, p->eth_src)) in tcf_skbmod_dump()
|
D | act_ife.c | 564 ether_addr_copy(p->eth_src, saddr); in tcf_ife_init() 566 eth_zero_addr(p->eth_src); in tcf_ife_init() 649 if (!is_zero_ether_addr(p->eth_src)) { in tcf_ife_dump() 650 if (nla_put(skb, TCA_IFE_SMAC, ETH_ALEN, p->eth_src)) in tcf_ife_dump() 830 if (!is_zero_ether_addr(p->eth_src)) in tcf_ife_encode() 831 ether_addr_copy(oethh->h_source, p->eth_src); in tcf_ife_encode()
|
/net/batman-adv/ |
D | network-coding.c | 1340 u8 *eth_src, in batadv_nc_skb_src_search() argument 1347 orig_node = batadv_orig_hash_find(bat_priv, eth_src); in batadv_nc_skb_src_search() 1356 out_nc_node->addr, eth_src)) in batadv_nc_skb_src_search()
|
/net/openvswitch/ |
D | actions.c | 260 ether_addr_copy_masked(eth_hdr(skb)->h_source, key->eth_src, in set_eth_addr() 261 mask->eth_src); in set_eth_addr() 301 ether_addr_copy(hdr->h_source, ethh->addresses.eth_src); in push_eth()
|
D | flow_netlink.c | 1510 eth_key->eth_src, ETH_ALEN, is_mask); in ovs_key_from_nlattrs() 2024 ether_addr_copy(eth_key->eth_src, output->eth.src); in __ovs_nla_put_key()
|