Searched refs:pkt_udp (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_do_redirect.c23 static struct udp_packet pkt_udp = { variable in typeref:struct:udp_packet
90 char data[sizeof(pkt_udp) + sizeof(__u64)];
109 memcpy(&data[sizeof(__u64)], &pkt_udp, sizeof(pkt_udp));
203 memcpy(skel->rodata->expect_dst, &pkt_udp.eth.h_dest, ETH_ALEN);

Completed in 159 milliseconds