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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dfexit_bpf2bpf.c121 struct ipv6hdr ip6, *ip6p; local
127 ip6p = data + 14;
129 if (ip6p->nexthdr != 6 || ip6p->payload_len != __bpf_constant_htons(123))
135 ip6p = &ip6;
136 if (ip6p->nexthdr != 6 || ip6p->payload_len != __bpf_constant_htons(123))

Completed in 188 milliseconds