Searched refs:tci (Results 1 – 1 of 1) sorted by relevance
128 struct tcp_connection_info *tci);2030 tcp_connection_fill_info(struct tcpcb *tp, struct tcp_connection_info *tci) in tcp_connection_fill_info() argument2034 bzero(tci, sizeof(*tci)); in tcp_connection_fill_info()2035 tci->tcpi_state = (uint8_t)tp->t_state; in tcp_connection_fill_info()2038 tci->tcpi_options |= TCPCI_OPT_TIMESTAMPS; in tcp_connection_fill_info()2041 tci->tcpi_options |= TCPCI_OPT_SACK; in tcp_connection_fill_info()2044 tci->tcpi_options |= TCPCI_OPT_WSCALE; in tcp_connection_fill_info()2045 tci->tcpi_snd_wscale = tp->snd_scale; in tcp_connection_fill_info()2046 tci->tcpi_rcv_wscale = tp->rcv_scale; in tcp_connection_fill_info()2049 tci->tcpi_options |= TCPCI_OPT_ECN; in tcp_connection_fill_info()[all …]