Searched refs:TF_KEEPALIVE (Results 1 – 3 of 3) sorted by relevance
332 if ((always_keepalive || (tp->t_flags & TF_KEEPALIVE) || in tcp_timer_keep_handler()
194 #define TF_KEEPALIVE 0x40000000 /* temporary keepalive */ macro
3400 tp->t_flags |= TF_KEEPALIVE; in tcp_timer_keep_activity()3405 tp->t_flags &= ~TF_KEEPALIVE; in tcp_timer_keep_activity()