Searched defs:frag_hdr (Results 1 – 4 of 4) sorted by relevance
48 struct frag_hdr { struct49 __u8 nexthdr;50 __u8 reserved; // always zero51 __be16 frag_off; // 13 bit offset, 2 bits zero, 1 bit "More Fragments"52 __be32 identification;
60 struct ip6_frag *frag_hdr; in ipv4_packet() local
80 struct ip6_frag *frag_hdr = NULL; in ipv6_packet() local
179 size_t maybe_fill_frag_header(struct ip6_frag *frag_hdr, struct ip6_hdr *ip6_targ, in maybe_fill_frag_header()208 uint8_t parse_frag_header(const struct ip6_frag *frag_hdr, struct iphdr *ip_targ) { in parse_frag_header()