Home
last modified time | relevance | path

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

/Linux-v5.4/samples/bpf/
Dxdp_tx_iptunnel_kern.c85 u16 *next_iph_u16; in handle_ipv4() local
140 next_iph_u16 = (u16 *)iph; in handle_ipv4()
143 csum += *next_iph_u16++; in handle_ipv4()
/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dtest_xdp_noinline.c329 __u16 *next_iph_u16; in encap_v4() local
364 next_iph_u16 = (__u16 *) iph; in encap_v4()
367 csum += *next_iph_u16++; in encap_v4()
430 __u16 *next_iph_u16; in send_icmp_reply() local
451 next_iph_u16 = (__u16 *) iph; in send_icmp_reply()
454 csum += *next_iph_u16++; in send_icmp_reply()