Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/
H A Dtcp_cache.h57 extern boolean_t tcp_heuristic_do_ecn(struct tcpcb *tp);
H A Dtcp_cache.c1371 tcp_heuristic_do_ecn(struct tcpcb *tp) in tcp_heuristic_do_ecn() function
H A Dtcp_output.c527 if (!tcp_heuristic_do_ecn(tp) && !TCP_ACC_ECN_ENABLED(tp)) { in tcp_set_ecn()