Searched refs:t_connect_time (Results 1 – 4 of 4) sorted by relevance
605 if (tp->t_connect_time > 0) { in tcp_log_connection_summary()606 duration = tcp_now - tp->t_connect_time; in tcp_log_connection_summary()609 conntime = tp->t_starttime - tp->t_connect_time; in tcp_log_connection_summary()
1599 tp->t_connect_time = tcp_now; in tcp_connect()1734 tp->t_connect_time = tcp_now; in tcp6_connect()
849 uint32_t t_connect_time; /* time when the connection started */ member
2699 tp->t_connect_time = tcp_now; in tcp_setup_server_socket()