Searched refs:IPTOS_ECN_CE (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_util.c251 if ((ip->ip_tos & IPTOS_ECN_MASK) == IPTOS_ECN_CE)
259 ip->ip_tos |= IPTOS_ECN_CE;
289 (IPTOS_ECN_CE << 20))
294 flowlabel |= (IPTOS_ECN_CE << 20);
/darwin-on-arm/xnu/bsd/netinet/
H A Dip.h137 #define IPTOS_ECN_CE 0x03 /* congestion experienced */ macro
H A Dtcp_lro.c494 if (ecn == IPTOS_ECN_CE) {
516 (tcpflags == 0) && (ecn != IPTOS_ECN_CE) && (to.to_flags & TOF_TS)) {
H A Dip_input.c1534 if (ecn == IPTOS_ECN_CE) {
1537 if (ecn0 != IPTOS_ECN_CE)
1538 GETIP(fp->ipq_frags)->ip_tos |= IPTOS_ECN_CE;
H A Dtcp_input.c2077 if (ip_ecn == IPTOS_ECN_CE && tp->t_state == TCPS_ESTABLISHED &&
2097 ((ip_ecn == IPTOS_ECN_CE) || ((thflags & TH_CWR) == TH_CWR)))
H A Dip_output.c528 ip->ip_tos = (ip->ip_tos & ~IPTOS_ECN_MASK) | IPTOS_ECN_CE;
/darwin-on-arm/xnu/bsd/netinet6/
H A Dfrag6.c412 if (ecn == IPTOS_ECN_CE) {
417 if (ecn0 != IPTOS_ECN_CE)
418 q6->ip6q_ecn = IPTOS_ECN_CE;
566 if (q6->ip6q_ecn == IPTOS_ECN_CE)
567 ip6->ip6_flow |= htonl(IPTOS_ECN_CE << 20);

Completed in 47 milliseconds