Searched defs:tcp_info (Results 1 – 4 of 4) sorted by relevance
152 struct tcp_info { struct153 __u8 tcpi_state;154 __u8 tcpi_ca_state;155 __u8 tcpi_retransmits;156 __u8 tcpi_probes;157 __u8 tcpi_backoff;158 __u8 tcpi_options;159 __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;161 __u32 tcpi_rto;162 __u32 tcpi_ato;[all …]
187 struct tcp_info struct189 u_int8_t tcpi_state;190 u_int8_t tcpi_ca_state;191 u_int8_t tcpi_retransmits;192 u_int8_t tcpi_probes;193 u_int8_t tcpi_backoff;194 u_int8_t tcpi_options;195 u_int8_t tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;197 u_int32_t tcpi_rto;198 u_int32_t tcpi_ato;[all …]
3393 dump_tcp_info(struct tcp_info *tcp_info) in dump_tcp_info()3420 struct tcp_info tcp_info; in get_transport_retrans() local