Searched refs:eth_source (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_xdp_noinline.c | 223 unsigned char eth_source[6]; member 311 memcpy(new_eth->eth_source, old_eth->eth_dest, 6); in encap_v6() 359 memcpy(new_eth->eth_source, old_eth->eth_dest, 6); in encap_v4() 393 memcpy(new_eth->eth_source, old_eth->eth_source, 6); in decap_v6() 414 memcpy(new_eth->eth_source, old_eth->eth_source, 6); in decap_v4() 431 memcpy(tmp_mac, eth->eth_source, 6); in swap_mac_and_send() 432 memcpy(eth->eth_source, eth->eth_dest, 6); in swap_mac_and_send()
|
D | test_l4lb.c | 168 unsigned char eth_source[ETH_ALEN]; member
|
D | test_l4lb_noinline.c | 164 unsigned char eth_source[ETH_ALEN]; member
|