Searched refs:t_connect_time (Results 1 – 4 of 4) sorted by relevance
559 if (tp->t_connect_time > 0) { in tcp_log_connection_summary()560 duration = tcp_now - tp->t_connect_time; in tcp_log_connection_summary()563 conntime = tp->t_starttime - tp->t_connect_time; in tcp_log_connection_summary()
1508 tp->t_connect_time = tcp_now; in tcp_connect()1640 tp->t_connect_time = tcp_now; in tcp6_connect()
666 u_int32_t t_connect_time; /* time when the connection started */ member
3318 tp->t_connect_time = tcp_now; in tcp_input()