Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_xdp_noinline.c212 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()
A Dtest_l4lb.c166 unsigned char eth_source[ETH_ALEN]; member
A Dtest_l4lb_noinline.c162 unsigned char eth_source[ETH_ALEN]; member

Completed in 14 milliseconds