Lines Matching defs:otos
130 uint8_t otos;
170 otos = mtod(m, struct ip *)->ip_tos;
175 otos = (ntohl(mtod(m, struct ip6_hdr *)->ip6_flow) >> 20) & 0xff;
237 ip_ecn_egress(ip4_ipsec_ecn, &otos, &ip4->ip_tos);
244 ip_ecn_egress(ip6_ipsec_ecn, &otos, &itos);
323 uint8_t tp, otos;
412 otos = 0;
413 ip_ecn_ingress(ECN_ALLOWED, &otos, &itos);
414 ipo->ip_tos = otos;
490 otos = 0;
491 ip_ecn_ingress(ECN_ALLOWED, &otos, &itos);
492 ip6o->ip6_flow |= htonl((uint32_t)otos << 20);