Home
last modified time | relevance | path

Searched refs:ECN_NOCARE (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip_ecn.c119 case ECN_NOCARE: /* no consideration to ECN */ in ip_ecn_ingress()
155 case ECN_NOCARE: /* no consideration to ECN */ in ip_ecn_egress()
H A Dip_ecn.h45 #define ECN_NOCARE (-1) /* no consideration to ECN */ macro
/f-stack/freebsd/net/
H A Dif_gif.c339 ECN_NOCARE, &ecn, &ip->ip_tos); in gif_transmit()
354 ECN_NOCARE, &t, &ip6->ip6_flow); in gif_transmit()
456 ECN_NOCARE, &ecn, &ip->ip_tos) == 0) { in gif_input()
472 ECN_NOCARE, &t, &ip6->ip6_flow) == 0) { in gif_input()
H A Dif_stf.c505 ip_ecn_ingress(ECN_NOCARE, &ip->ip_tos, &tos); in stf_output()
672 ip_ecn_egress(ECN_NOCARE, &otos, &itos); in in_stf_input()