Searched refs:otos (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/netipsec/
H A Dxform_ipip.c166 u_int8_t otos; local
205 otos = ipo->ip_tos;
210 otos = (ntohl(mtod(m, struct ip6_hdr *)->ip6_flow) >> 20) & 0xff;
269 ip_ecn_egress(V_ip4_ipsec_ecn, &otos, &ipo->ip_tos);
276 ip_ecn_egress(V_ip6_ipsec_ecn, &otos, &itos);
350 u_int8_t tp, otos; local
448 otos = 0;
449 ip_ecn_ingress(ECN_ALLOWED, &otos, &itos);
450 ipo->ip_tos = otos;
522 otos
[all...]
/freebsd-10-stable/sys/net/
H A Dif_stf.c684 u_int8_t otos, itos; local
719 otos = ip->ip_tos;
741 ip_ecn_egress(ECN_ALLOWED, &otos, &itos);
743 ip_ecn_egress(ECN_NOCARE, &otos, &itos);
/freebsd-10-stable/sys/contrib/altq/altq/
H A Daltq_red.c550 u_int8_t otos; local
565 otos = ip->ip_tos;
572 sum += (~otos & 0xffff) + ip->ip_tos;
/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_dn_io.c409 u_int8_t otos; local
421 otos = ip->ip_tos;
428 sum += (~otos & 0xffff) + ip->ip_tos;

Completed in 157 milliseconds