Searched refs:tcpi_options (Results 1 – 3 of 3) sorted by relevance
150 info->tcpi_options = 0; in tcpdiag_fill()152 info->tcpi_options |= TCPI_OPT_TIMESTAMPS; in tcpdiag_fill()154 info->tcpi_options |= TCPI_OPT_SACK; in tcpdiag_fill()156 info->tcpi_options |= TCPI_OPT_WSCALE; in tcpdiag_fill()165 info->tcpi_options |= TCPI_OPT_ECN; in tcpdiag_fill()
2477 info.tcpi_options = 0; in tcp_getsockopt()2479 info.tcpi_options |= TCPI_OPT_TIMESTAMPS; in tcp_getsockopt()2481 info.tcpi_options |= TCPI_OPT_SACK; in tcp_getsockopt()2483 info.tcpi_options |= TCPI_OPT_WSCALE; in tcp_getsockopt()2491 info.tcpi_options |= TCPI_OPT_ECN; in tcp_getsockopt()
157 __u8 tcpi_options; member