Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_xdp.c88 __u16 *next_iph; in handle_ipv4() local
141 next_iph = (__u16 *)iph; in handle_ipv4()
144 csum += *next_iph++; in handle_ipv4()
H A Dtest_xdp_loop.c84 __u16 *next_iph; in handle_ipv4() local
137 next_iph = (__u16 *)iph; in handle_ipv4()
140 csum += *next_iph++; in handle_ipv4()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_xdp.c86 __u16 *next_iph; in handle_ipv4() local
139 next_iph = (__u16 *)iph; in handle_ipv4()
142 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()
H A Dtest_xdp_loop.c82 __u16 *next_iph; in handle_ipv4() local
135 next_iph = (__u16 *)iph; in handle_ipv4()
138 csum += *next_iph++; in handle_ipv4()

Completed in 3 milliseconds