HomeSort by: relevance | last modified time | path
    Searched defs:ip6x (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet6/
in6_gif.c 328 struct ip6_hdr *ip6x; local in function:in6_gif_input
330 if (m->m_len < sizeof(*ip6x)) {
331 m = m_pullup(m, sizeof(*ip6x));
335 ip6x = mtod(m, struct ip6_hdr *);
337 ip6_ecn_egress(ECN_ALLOWED, &otos, &ip6x->ip6_flow);
339 ip6_ecn_egress(ECN_NOCARE, &otos, &ip6x->ip6_flow);
in6_gif.c 328 struct ip6_hdr *ip6x; local in function:in6_gif_input
330 if (m->m_len < sizeof(*ip6x)) {
331 m = m_pullup(m, sizeof(*ip6x));
335 ip6x = mtod(m, struct ip6_hdr *);
337 ip6_ecn_egress(ECN_ALLOWED, &otos, &ip6x->ip6_flow);
339 ip6_ecn_egress(ECN_NOCARE, &otos, &ip6x->ip6_flow);
in6_gif.c 328 struct ip6_hdr *ip6x; local in function:in6_gif_input
330 if (m->m_len < sizeof(*ip6x)) {
331 m = m_pullup(m, sizeof(*ip6x));
335 ip6x = mtod(m, struct ip6_hdr *);
337 ip6_ecn_egress(ECN_ALLOWED, &otos, &ip6x->ip6_flow);
339 ip6_ecn_egress(ECN_NOCARE, &otos, &ip6x->ip6_flow);

Completed in 32 milliseconds