Home
last modified time | relevance | path

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

/linux/samples/bpf/
H A 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/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_noinline.c338 __u16 *next_iph_u16; in encap_v4() local
373 next_iph_u16 = (__u16 *) iph; in encap_v4()
376 csum += *next_iph_u16++; in encap_v4()
404 __u16 *next_iph_u16; in send_icmp_reply() local
424 next_iph_u16 = (__u16 *) iph; in send_icmp_reply()
427 csum += *next_iph_u16++; in send_icmp_reply()