Searched refs:t_connect_time (Results 1 – 4 of 4) sorted by relevance
602 if (tp->t_connect_time > 0) { in tcp_log_connection_summary()603 duration = tcp_now - tp->t_connect_time; in tcp_log_connection_summary()606 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()
814 u_int32_t t_connect_time; /* time when the connection started */ member
3645 tp->t_connect_time = tcp_now; in tcp_input()