Searched defs:tcp_info (Results 1 – 2 of 2) sorted by relevance
222 struct tcp_info { struct223 __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 …]
120 __aligned_u64 tcp_info; member