Searched refs:tci (Results 1 – 1 of 1) sorted by relevance
125 struct tcp_connection_info *tci);2045 tcp_connection_fill_info(struct tcpcb *tp, struct tcp_connection_info *tci) in tcp_connection_fill_info() argument2049 bzero(tci, sizeof(*tci)); in tcp_connection_fill_info()2050 tci->tcpi_state = (uint8_t)tp->t_state; in tcp_connection_fill_info()2053 tci->tcpi_options |= TCPCI_OPT_TIMESTAMPS; in tcp_connection_fill_info()2056 tci->tcpi_options |= TCPCI_OPT_SACK; in tcp_connection_fill_info()2059 tci->tcpi_options |= TCPCI_OPT_WSCALE; in tcp_connection_fill_info()2060 tci->tcpi_snd_wscale = tp->snd_scale; in tcp_connection_fill_info()2061 tci->tcpi_rcv_wscale = tp->rcv_scale; in tcp_connection_fill_info()2064 tci->tcpi_options |= TCPCI_OPT_ECN; in tcp_connection_fill_info()[all …]