Searched refs:tci (Results 1 – 1 of 1) sorted by relevance
125 struct tcp_connection_info *tci);2041 tcp_connection_fill_info(struct tcpcb *tp, struct tcp_connection_info *tci) in tcp_connection_fill_info() argument2045 bzero(tci, sizeof(*tci)); in tcp_connection_fill_info()2046 tci->tcpi_state = (uint8_t)tp->t_state; in tcp_connection_fill_info()2049 tci->tcpi_options |= TCPCI_OPT_TIMESTAMPS; in tcp_connection_fill_info()2052 tci->tcpi_options |= TCPCI_OPT_SACK; in tcp_connection_fill_info()2055 tci->tcpi_options |= TCPCI_OPT_WSCALE; in tcp_connection_fill_info()2056 tci->tcpi_snd_wscale = tp->snd_scale; in tcp_connection_fill_info()2057 tci->tcpi_rcv_wscale = tp->rcv_scale; in tcp_connection_fill_info()2060 tci->tcpi_options |= TCPCI_OPT_ECN; in tcp_connection_fill_info()[all …]