Home
last modified time | relevance | path

Searched defs:tcp_heuristics_data (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_cache.h57 struct tcp_heuristics_data { struct
58 uint32_t th_last_access;
60 struct tcp_heuristic_key th_key;
62 uint8_t th_tfo_data_loss; /* The number of times a SYN+data has been lost */
63 uint8_t th_tfo_req_loss; /* The number of times a SYN+cookie-req has been lost */
64 uint8_t th_tfo_data_rst; /* The number of times a SYN+data has received a RST */
65 uint8_t th_tfo_req_rst; /* The number of times a SYN+cookie-req has received a RST */
66 uint8_t th_mptcp_loss; /* The number of times a SYN+MP_CAPABLE has been lost */
67 uint8_t th_mptcp_success; /* The number of times MPTCP-negotiation has been successful */
68 … th_ecn_droprst; /* The number of times ECN connections received a RST after first data pkt */
[all …]