Searched refs:tci (Results 1 – 1 of 1) sorted by relevance
129 struct tcp_connection_info *tci);1985 tcp_connection_fill_info(struct tcpcb *tp, struct tcp_connection_info *tci) in tcp_connection_fill_info() argument1989 bzero(tci, sizeof(*tci)); in tcp_connection_fill_info()1990 tci->tcpi_state = (uint8_t)tp->t_state; in tcp_connection_fill_info()1993 tci->tcpi_options |= TCPCI_OPT_TIMESTAMPS; in tcp_connection_fill_info()1996 tci->tcpi_options |= TCPCI_OPT_SACK; in tcp_connection_fill_info()1999 tci->tcpi_options |= TCPCI_OPT_WSCALE; in tcp_connection_fill_info()2000 tci->tcpi_snd_wscale = tp->snd_scale; in tcp_connection_fill_info()2001 tci->tcpi_rcv_wscale = tp->rcv_scale; in tcp_connection_fill_info()2004 tci->tcpi_options |= TCPCI_OPT_ECN; in tcp_connection_fill_info()[all …]