Home
last modified time | relevance | path

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

/include/uapi/linux/
Dtcp.h222 struct tcp_info { struct
223 __u8 tcpi_state;
224 __u8 tcpi_ca_state;
225 __u8 tcpi_retransmits;
226 __u8 tcpi_probes;
227 __u8 tcpi_backoff;
228 __u8 tcpi_options;
229 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;
230 __u8 tcpi_delivery_rate_app_limited:1, tcpi_fastopen_client_fail:2;
232 __u32 tcpi_rto;
[all …]
Dmptcp.h120 __aligned_u64 tcp_info; member