Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A DMakefile67 ip_ecn.h \
H A Dtcp_input.c1790 uint32_t segment_count, uint8_t ip_ecn) in tcp_input_ip_ecn() argument
1792 switch (ip_ecn) { in tcp_input_ip_ecn()
1816 tcp_input_process_accecn_syn(struct tcpcb *tp, int ace_flags, uint8_t ip_ecn) in tcp_input_process_accecn_syn() argument
1831 switch (ip_ecn) { in tcp_input_process_accecn_syn()
1866 switch (ip_ecn) { in tcp_input_process_accecn_syn()
2037 u_char ip_ecn = IPTOS_ECN_NOTECT; in tcp_input() local
2133 ip_ecn = (ntohl(ip6->ip6_flow) >> 20) & IPTOS_ECN_MASK; in tcp_input()
2164 ip_ecn = (ip->ip_tos & IPTOS_ECN_MASK); in tcp_input()
2977 tcp_input_ip_ecn(tp, inp, (uint32_t)tlen, (uint32_t)segment_count, ip_ecn); in tcp_input()
2995 if (ip_ecn == IPTOS_ECN_CE && tp->t_state == TCPS_ESTABLISHED && in tcp_input()
[all …]
/xnu-11215.81.4/bsd/conf/
H A Dfiles284 bsd/netinet/ip_ecn.c optional inet bound-checks