Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()