Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_ecn.c117 case ECN_NOCARE: /* no consideration to ECN */ in ip_ecn_ingress()
153 case ECN_NOCARE: /* no consideration to ECN */ in ip_ecn_egress()
H A Dip_ecn.h44 #define ECN_NOCARE (-1) /* no consideration to ECN */ macro
/freebsd/sys/net/
H A Dif_gif.c338 ECN_NOCARE, &ecn, &ip->ip_tos); in gif_transmit()
353 ECN_NOCARE, &t, &ip6->ip6_flow); in gif_transmit()
459 ECN_NOCARE, &ecn, &ip->ip_tos) == 0) { in gif_input()
475 ECN_NOCARE, &t, &ip6->ip6_flow) == 0) { in gif_input()
H A Dif_stf.c610 ip_ecn_ingress(ECN_NOCARE, &ip->ip_tos, &tos); in stf_output()
820 ip_ecn_egress(ECN_NOCARE, &otos, &itos); in in_stf_input()