Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A DMakefile67 ip_ecn.h \
H A Dtcp_input.c1792 uint32_t segment_count, uint8_t ip_ecn) in tcp_input_ip_ecn() argument
1794 switch (ip_ecn) { in tcp_input_ip_ecn()
1818 tcp_input_process_accecn_syn(struct tcpcb *tp, int ace_flags, uint8_t ip_ecn) in tcp_input_process_accecn_syn() argument
1833 switch (ip_ecn) { in tcp_input_process_accecn_syn()
1868 switch (ip_ecn) { in tcp_input_process_accecn_syn()
2039 u_char ip_ecn = IPTOS_ECN_NOTECT; in tcp_input() local
2137 ip_ecn = (ntohl(ip6->ip6_flow) >> 20) & IPTOS_ECN_MASK; in tcp_input()
2169 ip_ecn = (ip->ip_tos & IPTOS_ECN_MASK); in tcp_input()
3013 tcp_input_ip_ecn(tp, inp, (uint32_t)tlen, (uint32_t)segment_count, ip_ecn); in tcp_input()
3031 if (ip_ecn == IPTOS_ECN_CE && tp->t_state == TCPS_ESTABLISHED && in tcp_input()
[all …]
/xnu-11417.101.15/bsd/conf/
H A Dfiles290 bsd/netinet/ip_ecn.c optional inet bound-checks