Home
last modified time | relevance | path

Searched refs:otos (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net/altq/
H A Daltq_red.c465 u_int8_t otos; in mark_ecn() local
480 otos = ip->ip_tos; in mark_ecn()
487 sum += (~otos & 0xffff) + ip->ip_tos; in mark_ecn()
/freebsd/sys/net/
H A Dif_stf.c725 u_int8_t otos, itos; in in_stf_input() local
763 otos = ip.ip_tos; in in_stf_input()
818 ip_ecn_egress(ECN_ALLOWED, &otos, &itos); in in_stf_input()
820 ip_ecn_egress(ECN_NOCARE, &otos, &itos); in in_stf_input()