Lines Matching refs:fh
567 struct frag_hdr *fh; in ip6_fragment() local
656 fh = (struct frag_hdr *)__skb_push(skb, sizeof(struct frag_hdr)); in ip6_fragment()
661 fh->nexthdr = nexthdr; in ip6_fragment()
662 fh->reserved = 0; in ip6_fragment()
663 fh->frag_off = htons(IP6_MF); in ip6_fragment()
664 fh->identification = frag_id; in ip6_fragment()
680 fh = (struct frag_hdr *)__skb_push(frag, sizeof(struct frag_hdr)); in ip6_fragment()
686 fh->nexthdr = nexthdr; in ip6_fragment()
687 fh->reserved = 0; in ip6_fragment()
688 fh->frag_off = htons(offset); in ip6_fragment()
690 fh->frag_off |= htons(IP6_MF); in ip6_fragment()
691 fh->identification = frag_id; in ip6_fragment()
780 fh = (struct frag_hdr *)(skb_network_header(frag) + hlen); in ip6_fragment()
799 fh->nexthdr = nexthdr; in ip6_fragment()
800 fh->reserved = 0; in ip6_fragment()
801 fh->identification = frag_id; in ip6_fragment()
810 fh->frag_off = htons(offset); in ip6_fragment()
812 fh->frag_off |= htons(IP6_MF); in ip6_fragment()