Searched refs:inner8 (Results 1 – 1 of 1) sorted by relevance
163 u_int8_t outer8, inner8; in ip6_ecn_ingress() local168 inner8 = (ntohl(*inner) >> 20) & 0xff; in ip6_ecn_ingress()169 ip_ecn_ingress(mode, &outer8, &inner8); in ip6_ecn_ingress()177 u_int8_t outer8, inner8, oinner8; in ip6_ecn_egress() local183 inner8 = oinner8 = (ntohl(*inner) >> 20) & 0xff; in ip6_ecn_egress()184 if (ip_ecn_egress(mode, &outer8, &inner8) == 0) in ip6_ecn_egress()186 if (inner8 != oinner8) { in ip6_ecn_egress()188 *inner |= htonl((u_int32_t)inner8 << 20); in ip6_ecn_egress()