pollution: tcpi_state uint8_t tcpi_state; pollution: tcpi_options uint8_t tcpi_options; pollution: tcpi_snd_wscale pollution: tcpi_rcv_wscale uint8_t tcpi_snd_wscale:4, tcpi_rcv_wscale:4; pollution: tcpi_rto uint32_t tcpi_rto; pollution: tcpi_snd_mss uint32_t tcpi_snd_mss; pollution: tcpi_rcv_mss uint32_t tcpi_rcv_mss; pollution: tcpi_last_data_recv uint32_t tcpi_last_data_recv; pollution: tcpi_rtt uint32_t tcpi_rtt; pollution: tcpi_rttvar uint32_t tcpi_rttvar; pollution: tcpi_snd_ssthresh uint32_t tcpi_snd_ssthresh; pollution: tcpi_snd_cwnd uint32_t tcpi_snd_cwnd; pollution: tcpi_rcv_space uint32_t tcpi_rcv_space; pollution: tcpi_snd_wnd uint32_t tcpi_snd_wnd; pollution: tcpi_snd_bwnd uint32_t tcpi_snd_bwnd; pollution: tcpi_snd_nxt uint32_t tcpi_snd_nxt; pollution: tcpi_rcv_nxt uint32_t tcpi_rcv_nxt; pollution: tcpi_toe_tid uint32_t tcpi_toe_tid; pollution: tcpi_snd_rexmitpack uint32_t tcpi_snd_rexmitpack; pollution: tcpi_rcv_ooopack uint32_t tcpi_rcv_ooopack; pollution: tcpi_snd_zerowin uint32_t tcpi_snd_zerowin; pollution: tcp_info struct tcp_info { uint8_t tcpi_state; uint8_t __tcpi_ca_state; uint8_t __tcpi_retransmits; uint8_t __tcpi_probes; uint8_t __tcpi_backoff; uint8_t tcpi_options; uint8_t tcpi_snd_wscale:4, tcpi_rcv_wscale:4; uint32_t tcpi_rto; uint32_t __tcpi_ato; uint32_t tcpi_snd_mss; uint32_t tcpi_rcv_mss; uint32_t __tcpi_unacked; uint32_t __tcpi_sacked; uint32_t __tcpi_lost; uint32_t __tcpi_retrans; uint32_t __tcpi_fackets; uint32_t __tcpi_last_data_sent; uint32_t __tcpi_last_ack_sent; uint32_t tcpi_last_data_recv; uint32_t __tcpi_last_ack_recv; uint32_t __tcpi_pmtu; uint32_t __tcpi_rcv_ssthresh; uint32_t tcpi_rtt; uint32_t tcpi_rttvar; uint32_t tcpi_snd_ssthresh; uint32_t tcpi_snd_cwnd; uint32_t __tcpi_advmss; uint32_t __tcpi_reordering; uint32_t __tcpi_rcv_rtt; uint32_t tcpi_rcv_space; uint32_t tcpi_snd_wnd; uint32_t tcpi_snd_bwnd; uint32_t tcpi_snd_nxt; uint32_t tcpi_rcv_nxt; uint32_t tcpi_toe_tid; uint32_t tcpi_snd_rexmitpack; uint32_t tcpi_rcv_ooopack; uint32_t tcpi_snd_zerowin; uint32_t __tcpi_pad[26]; }; pollution: TCPI_OPT_TIMESTAMPS #define TCPI_OPT_TIMESTAMPS 0x01 pollution: TCPI_OPT_ECN #define TCPI_OPT_ECN 0x08 pollution: TCPI_OPT_TOE #define TCPI_OPT_TOE 0x10 pollution: TCPI_OPT_SACK #define TCPI_OPT_SACK 0x02 pollution: TCPI_OPT_WSCALE #define TCPI_OPT_WSCALE 0x04