Searched refs:keepalive_time_when (Results 1 – 4 of 4) sorted by relevance
572 tcp_reset_keepalive_timer(sk, keepalive_time_when(&sk->tp_pinfo.af_tcp)); in tcp_set_keepalive()613 elapsed = keepalive_time_when(tp); in tcp_keepalive_timer()621 if (elapsed >= keepalive_time_when(tp)) { in tcp_keepalive_timer()639 elapsed = keepalive_time_when(tp) - elapsed; in tcp_keepalive_timer()
755 tcp_reset_keepalive_timer(newsk, keepalive_time_when(newtp)); in tcp_create_openreq_child()
4430 tcp_reset_keepalive_timer(sk, keepalive_time_when(tp)); in tcp_rcv_synsent_state_process()
1913 static inline int keepalive_time_when(struct tcp_opt *tp) in keepalive_time_when() function