Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/classq/
H A Dclassq_util.c261 if ((ip->ip_tos & IPTOS_ECN_MASK) == IPTOS_ECN_CE) { in mark_ecn()
269 ip->ip_tos |= IPTOS_ECN_CE; in mark_ecn()
303 (IPTOS_ECN_CE << 20)) { in mark_ecn()
309 flowlabel |= (IPTOS_ECN_CE << 20); in mark_ecn()
/xnu-8020.121.3/bsd/netinet/
H A Dip_ecn.c112 if (((*outer & IPTOS_ECN_MASK) == IPTOS_ECN_CE) && in ip_ecn_egress()
114 *inner |= IPTOS_ECN_CE; in ip_ecn_egress()
H A Dip.h148 #define IPTOS_ECN_CE 0x03 /* congestion experienced */ macro
H A Dip_input.c2380 if (ecn == IPTOS_ECN_CE) { in ip_reass()
2384 if (ecn0 != IPTOS_ECN_CE) { in ip_reass()
2385 GETIP(fp->ipq_frags)->ip_tos |= IPTOS_ECN_CE; in ip_reass()
H A Dtcp_input.c2781 if (ip_ecn == IPTOS_ECN_CE && tp->t_state == TCPS_ESTABLISHED && in tcp_input()
2801 (ip_ecn == IPTOS_ECN_CE || (thflags & TH_CWR))) { in tcp_input()
2807 if (ip_ecn == IPTOS_ECN_CE && tp->t_state == TCPS_ESTABLISHED && in tcp_input()
2815 ip_ecn == IPTOS_ECN_CE && !(tp->ecn_flags & TE_CEHEURI_SET)) { in tcp_input()
H A Dip_output.c568 ip->ip_tos = (ip->ip_tos & ~IPTOS_ECN_MASK) | IPTOS_ECN_CE; in ip_output_list()
/xnu-8020.121.3/bsd/netinet6/
H A Dfrag6.c632 if (ecn == IPTOS_ECN_CE) { in frag6_input()
637 if (ecn0 != IPTOS_ECN_CE) { in frag6_input()
638 q6->ip6q_ecn = IPTOS_ECN_CE; in frag6_input()
834 if (q6->ip6q_ecn == IPTOS_ECN_CE) { in frag6_input()
835 ip6->ip6_flow |= htonl(IPTOS_ECN_CE << 20); in frag6_input()