Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_red.c466 u_int8_t otos; in mark_ecn() local
481 otos = ip->ip_tos; in mark_ecn()
488 sum += (~otos & 0xffff) + ip->ip_tos; in mark_ecn()
/f-stack/freebsd/net/
H A Dif_stf.c616 u_int8_t otos, itos; in in_stf_input() local
648 otos = ip->ip_tos; in in_stf_input()
670 ip_ecn_egress(ECN_ALLOWED, &otos, &itos); in in_stf_input()
672 ip_ecn_egress(ECN_NOCARE, &otos, &itos); in in_stf_input()