Home
last modified time | relevance | path

Searched refs:eth_source (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_xdp_noinline.c223 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()
Dtest_l4lb.c168 unsigned char eth_source[ETH_ALEN]; member
Dtest_l4lb_noinline.c164 unsigned char eth_source[ETH_ALEN]; member