Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dfexit_bpf2bpf.c121 struct ipv6hdr ip6, *ip6p; in new_get_skb_ifindex() local
129 ip6p = data + 14; in new_get_skb_ifindex()
131 if (ip6p->nexthdr != 6 || ip6p->payload_len != __bpf_constant_htons(123)) in new_get_skb_ifindex()
137 ip6p = &ip6; in new_get_skb_ifindex()
138 if (ip6p->nexthdr != 6 || ip6p->payload_len != __bpf_constant_htons(123)) in new_get_skb_ifindex()

Completed in 3 milliseconds