Home
last modified time | relevance | path

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

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