Home
last modified time | relevance | path

Searched refs:TF_LASTIDLE (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_output.c262 idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == tp->snd_una); in tcp_output()
266 tp->t_flags &= ~TF_LASTIDLE; in tcp_output()
269 tp->t_flags |= TF_LASTIDLE; in tcp_output()
H A Dtcp_var.h389 #define TF_LASTIDLE 0x00040000 /* connection was previously idle */ macro
H A Dtcp_usrreq.c2873 if (t_flags & TF_LASTIDLE) { in db_print_tflags()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h389 #define TF_LASTIDLE 0x00040000 /* connection was previously idle */ macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c12043 idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == tp->snd_una); in rack_output()
12048 tp->t_flags &= ~TF_LASTIDLE; in rack_output()
12051 tp->t_flags |= TF_LASTIDLE; in rack_output()