Home
last modified time | relevance | path

Searched refs:ether_addr_copy_masked (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
H A Dactions.c243 static void ether_addr_copy_masked(u8 *dst_, const u8 *src_, const u8 *mask_) in ether_addr_copy_masked() function
266 ether_addr_copy_masked(eth_hdr(skb)->h_source, key->eth_src, in set_eth_addr()
268 ether_addr_copy_masked(eth_hdr(skb)->h_dest, key->eth_dst, in set_eth_addr()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dactions.c246 static void ether_addr_copy_masked(u8 *dst_, const u8 *src_, const u8 *mask_) in ether_addr_copy_masked() function
269 ether_addr_copy_masked(eth_hdr(skb)->h_source, key->eth_src, in set_eth_addr()
271 ether_addr_copy_masked(eth_hdr(skb)->h_dest, key->eth_dst, in set_eth_addr()

Completed in 5 milliseconds