Home
last modified time | relevance | path

Searched refs:TF_KEEPALIVE (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/netinet/
HDtcp_timer.c332 if ((always_keepalive || (tp->t_flags & TF_KEEPALIVE) || in tcp_timer_keep_handler()
HDtcp_var.h194 #define TF_KEEPALIVE 0x40000000 /* temporary keepalive */ macro
HDtcp_input.c3400 tp->t_flags |= TF_KEEPALIVE; in tcp_timer_keep_activity()
3405 tp->t_flags &= ~TF_KEEPALIVE; in tcp_timer_keep_activity()