Home
last modified time | relevance | path

Searched refs:tcpi_ecn_success (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_private.h286 tcpi_ecn_success:1, /* peer negotiated ECN */ member
H A Dtcp_usrreq.c1868 ti->tcpi_ecn_success = (TCP_ECN_ENABLED(tp) || tp->accurate_ecn_on) ? 1 : 0; in tcp_fill_info()