Lines Matching defs:ip6
1104 struct ip6_hdr *ip6;
1106 ip6 = mtod(m, struct ip6_hdr *);
1107 ip6->ip6_plen = m->m_pkthdr.len -
1110 ip6->ip6_nxt = IPPROTO_TCP;
1111 ip6->ip6_hlim = in6_selecthlim(tp->t_inpcb);
1114 ip6->ip6_flow |= htonl(IPTOS_ECN_ECT0 << 20);
1207 struct ip6_hdr *ip6 = NULL;
1235 ip6 = mtod(m0, struct ip6_hdr *);
1237 if (ip6->ip6_nxt != IPPROTO_TCP) {
1323 if (ip6) {
1327 *mhip6 = *ip6;
1350 if (ip6) {
1351 ip6->ip6_plen = htons(m0->m_pkthdr.len - iphlen);