Home | History | Annotate | Download | only in netipsec

Lines Matching defs:xip6

558 		struct ip6_hdr *xip6;
560 if (m->m_len < sizeof(*xip6)) {
561 m = m_pullup(m, sizeof(*xip6));
565 xip6 = mtod(m, struct ip6_hdr *);
566 itos = (ntohl(xip6->ip6_flow) >> 20) & 0xff;
893 struct ip6_hdr *xip6;
895 if (M_UNWRITABLE(m, sizeof(*xip6))) {
896 m = m_pullup(m, sizeof(*xip6));
900 xip6 = mtod(m, struct ip6_hdr *);
902 ip6_ecn_egress(ECN_ALLOWED, &otos, &xip6->ip6_flow);
904 ip6_ecn_egress(ECN_NOCARE, &otos, &xip6->ip6_flow);