Searched refs:eth_source (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | test_xdp_noinline.c | 212 unsigned char eth_source[6]; member 300 memcpy(new_eth->eth_source, old_eth->eth_dest, 6); in encap_v6() 348 memcpy(new_eth->eth_source, old_eth->eth_dest, 6); in encap_v4() 382 memcpy(new_eth->eth_source, old_eth->eth_source, 6); in decap_v6() 403 memcpy(new_eth->eth_source, old_eth->eth_source, 6); in decap_v4() 420 memcpy(tmp_mac, eth->eth_source, 6); in swap_mac_and_send() 421 memcpy(eth->eth_source, eth->eth_dest, 6); in swap_mac_and_send()
|
H A D | test_l4lb.c | 166 unsigned char eth_source[ETH_ALEN]; member
|
H A D | test_l4lb_noinline.c | 162 unsigned char eth_source[ETH_ALEN]; member
|