Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dip_ecn.c93 case ECN_NOCARE: /* no consideration to ECN */ in ip_ecn_ingress()
120 case ECN_NOCARE: /* no consideration to ECN */ in ip_ecn_egress()
H A Dip_ecn.h66 #define ECN_NOCARE (-1) /* Ignore ECN. Use caution with this mode. */ macro
H A Din_gif.c184 ip_ecn_ingress(ECN_NOCARE, &iphdr.ip_tos, &tos); in in_gif_output()
286 egress_success = ip_ecn_egress(ECN_NOCARE, &otos, &ip->ip_tos); in in_gif_input()
307 egress_success = ip_ecn_egress(ECN_NOCARE, &otos, &itos); in in_gif_input()
/xnu-10063.101.15/bsd/netinet6/
H A Din6_gif.c187 ip_ecn_ingress((ifp->if_flags & IFF_LINK1) ? ECN_NORMAL : ECN_NOCARE, in in6_gif_output()
289 egress_success = ip_ecn_egress(ECN_NOCARE, &otos8, &ip->ip_tos); in in6_gif_input()
306 egress_success = ip6_ecn_egress(ECN_NOCARE, &otos, &ip6->ip6_flow); in in6_gif_input()
/xnu-10063.101.15/bsd/net/
H A Dif_stf.c601 ip_ecn_ingress(ECN_NOCARE, &ip->ip_tos, &tos); in stf_pre_output()
801 ip_ecn_egress(ECN_NOCARE, &otos, &itos); in in_stf_input()