Searched defs:tcp_info (Results 1 – 2 of 2) sorted by relevance
106 struct tcp_info struct108 __u8 tcpi_state;109 __u8 tcpi_ca_state;110 __u8 tcpi_retransmits;111 __u8 tcpi_probes;112 __u8 tcpi_backoff;113 __u8 tcpi_options;114 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;116 __u32 tcpi_rto;117 __u32 tcpi_ato;[all …]
156 struct tcp_info { struct157 __u8 tcpi_state;159 __u8 tcpi_ca_state;160 __u8 tcpi_retransmits;161 __u8 tcpi_probes;162 __u8 tcpi_backoff;164 __u8 tcpi_options;165 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;166 __u32 tcpi_rto;167 __u32 tcpi_ato;[all …]