Searched refs:ECN_ALLOWED (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_ecn.h64 #define ECN_ALLOWED 1 /* ECN allowed */ macro
H A Dip_ecn.c94 case ECN_ALLOWED: /* ECN allowed */
118 case ECN_ALLOWED:
H A Din_gif.c178 ip_ecn_ingress(ECN_ALLOWED, &iphdr.ip_tos, &tos);
272 ip_ecn_egress(ECN_ALLOWED, &otos, &ip->ip_tos);
292 ip_ecn_egress(ECN_ALLOWED, &otos, &itos);
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_gif.c195 ip_ecn_ingress((ifp->if_flags & IFF_LINK1) ? ECN_ALLOWED : ECN_NOCARE,
287 ip_ecn_egress(ECN_ALLOWED, &otos8, &ip->ip_tos);
304 ip6_ecn_egress(ECN_ALLOWED, &otos, &ip6->ip6_flow);
/darwin-on-arm/xnu/bsd/net/
H A Dif_stf.c601 ip_ecn_ingress(ECN_ALLOWED, &ip->ip_tos, &tos);
801 ip_ecn_egress(ECN_ALLOWED, &otos, &itos);

Completed in 29 milliseconds