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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_xdp.c87 __u16 *next_iph; local
140 next_iph = (__u16 *)iph;
143 csum += *next_iph++;
H A Dtest_xdp_loop.c83 __u16 *next_iph; local
136 next_iph = (__u16 *)iph;
139 csum += *next_iph++;
H A Dtest_xdp_dynptr.c87 __u16 *next_iph; local
148 next_iph = (__u16 *)iph;
150 csum += *next_iph++;

Completed in 98 milliseconds