Searched refs:fragh (Results 1 – 1 of 1) sorted by relevance
367 struct frag_hdr *fragh, _fragh; in IPV6FR() local369 fragh = bpf_flow_dissect_get_header(skb, sizeof(*fragh), &_fragh); in IPV6FR()370 if (!fragh) in IPV6FR()373 keys->thoff += sizeof(*fragh); in IPV6FR()375 keys->ip_proto = fragh->nexthdr; in IPV6FR()377 if (!(fragh->frag_off & bpf_htons(IP6_OFFSET))) { in IPV6FR()389 return parse_ipv6_proto(skb, fragh->nexthdr); in IPV6FR()