Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv6/netfilter/
Dnf_conntrack_reasm.c393 find_prev_fhdr(struct sk_buff *skb, u8 *prevhdrp, int *prevhoff, int *fhoff) in find_prev_fhdr() argument
437 *fhoff = start; in find_prev_fhdr()
446 int fhoff, nhoff, ret; in nf_ct_frag6_gather() local
458 if (find_prev_fhdr(skb, &prevhdr, &nhoff, &fhoff) < 0) in nf_ct_frag6_gather()
464 if (ipv6frag_thdr_truncated(skb, fhoff, &nexthdr)) { in nf_ct_frag6_gather()
469 if (!pskb_may_pull(skb, fhoff + sizeof(*fhdr))) in nf_ct_frag6_gather()
472 skb_set_transport_header(skb, fhoff); in nf_ct_frag6_gather()