Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv6/
Dip6_output.c441 struct frag_hdr *fhdr2; in ip6_frag_xmit() local
454 fhdr2 = (struct frag_hdr *) (skb->data + fhdr_dist); in ip6_frag_xmit()
457 fhdr2->frag_off = htons(frag_off | 1); in ip6_frag_xmit()
461 ipv6_build_frag_opts(skb, &fhdr2->nexthdr, opt); in ip6_frag_xmit()