Searched refs:tcpi_snd_mss (Results 1 – 5 of 5) sorted by relevance
199 u_int32_t tcpi_snd_mss; member
163 __u32 tcpi_snd_mss; member
174 __u32 tcpi_snd_mss; member
442 nl_dump(p, "\tsnd_mss: %s\n", nl_size2str(msg->idiag_tcpinfo.tcpi_snd_mss, in idiag_msg_dump_stats()
1980 s.mss = info->tcpi_snd_mss; in tcp_show_info()2023 if (rtt > 0 && info->tcpi_snd_mss && info->tcpi_snd_cwnd) { in tcp_show_info()2025 (double)info->tcpi_snd_mss * 8000000. / rtt; in tcp_show_info()