Home
last modified time | relevance | path

Searched refs:ip_ecn (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.101.5/bsd/netinet/
H A DMakefile65 ip_ecn.h \
H A Dtcp_input.c1845 …_ip_ecn(struct tcpcb *tp, struct inpcb *inp, uint32_t tlen, uint32_t segment_count, uint8_t ip_ecn) in tcp_input_ip_ecn() argument
1847 switch (ip_ecn) { in tcp_input_ip_ecn()
1895 u_char ip_ecn = IPTOS_ECN_NOTECT; in tcp_input() local
1989 ip_ecn = (ntohl(ip6->ip6_flow) >> 20) & IPTOS_ECN_MASK; in tcp_input()
2020 ip_ecn = (ip->ip_tos & IPTOS_ECN_MASK); in tcp_input()
2820 tcp_input_ip_ecn(tp, inp, (uint32_t)tlen, (uint32_t)segment_count, ip_ecn); in tcp_input()
2833 if (ip_ecn == IPTOS_ECN_CE && tp->t_state == TCPS_ESTABLISHED && in tcp_input()
2854 (ip_ecn == IPTOS_ECN_CE || (thflags & TH_CWR))) { in tcp_input()
2860 if (ip_ecn == IPTOS_ECN_CE && tp->t_state == TCPS_ESTABLISHED && in tcp_input()
2868 ip_ecn == IPTOS_ECN_CE && !(tp->ecn_flags & TE_CEHEURI_SET)) { in tcp_input()
[all …]
/xnu-8796.101.5/bsd/conf/
H A Dfiles276 bsd/netinet/ip_ecn.c optional inet