set_ethhdr        127 samples/bpf/xdp_tx_iptunnel_kern.c 	set_ethhdr(new_eth, old_eth, tnl, htons(ETH_P_IP));
set_ethhdr        199 samples/bpf/xdp_tx_iptunnel_kern.c 	set_ethhdr(new_eth, old_eth, tnl, htons(ETH_P_IPV6));
set_ethhdr        128 tools/testing/selftests/bpf/progs/test_xdp.c 	set_ethhdr(new_eth, old_eth, tnl, bpf_htons(ETH_P_IP));
set_ethhdr        197 tools/testing/selftests/bpf/progs/test_xdp.c 	set_ethhdr(new_eth, old_eth, tnl, bpf_htons(ETH_P_IPV6));
set_ethhdr        124 tools/testing/selftests/bpf/progs/test_xdp_loop.c 	set_ethhdr(new_eth, old_eth, tnl, bpf_htons(ETH_P_IP));
set_ethhdr        193 tools/testing/selftests/bpf/progs/test_xdp_loop.c 	set_ethhdr(new_eth, old_eth, tnl, bpf_htons(ETH_P_IPV6));