Searched refs:hdr_ip6 (Results 1 – 1 of 1) sorted by relevance
142 struct ip6_hdr hdr_ip6 = { 0 }; in append_ip6() local143 hdr_ip6.ip6_vfc = 0x60; in append_ip6()144 hdr_ip6.ip6_nxt = ipproto; in append_ip6()146 tp_append(tp, &hdr_ip6, sizeof (hdr_ip6)); in append_ip6()240 struct ip6_hdr hdr_ip6 = { 0 }; in build_frag_v6() local241 hdr_ip6.ip6_vfc = 0x60; in build_frag_v6()242 hdr_ip6.ip6_nxt = IPPROTO_ROUTING; in build_frag_v6()269 tp_append(tp, &hdr_ip6, sizeof (hdr_ip6)); in build_frag_v6()326 struct ip6_hdr hdr_ip6 = { 0 }; in build_frag_off_v6() local327 hdr_ip6.ip6_vfc = 0x60; in build_frag_off_v6()[all …]