Home
last modified time | relevance | path

Searched refs:TF_NEEDFIN (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_offload.c156 } else if ((flags & TH_FIN || tp->t_flags & TF_NEEDFIN) && in tcp_offload_output()
H A Dtcp_input.c1753 ((tp->t_flags & (TF_NEEDSYN|TF_NEEDFIN)) == 0) && in tcp_do_segment()
2065 if (tp->t_flags & TF_NEEDFIN) { in tcp_do_segment()
2067 tp->t_flags &= ~TF_NEEDFIN; in tcp_do_segment()
2442 if (tp->t_flags & TF_NEEDFIN) { in tcp_do_segment()
2444 tp->t_flags &= ~TF_NEEDFIN; in tcp_do_segment()
H A Dtcp_output.c347 if (tp->t_flags & TF_NEEDFIN) in tcp_output()
966 if (tp->t_flags & TF_NEEDFIN) in tcp_output()
H A Dtcp_var.h382 #define TF_NEEDFIN 0x00000800 /* send FIN (implicit state) */ macro
H A Dtcp_usrreq.c2718 tp->t_flags |= TF_NEEDFIN; in tcp_usrclosed()
2857 if (t_flags & TF_NEEDFIN) { in db_print_tflags()
/f-stack/tools/netstat/
H A Dinet.c546 #if defined(TF_NEEDSYN) && defined(TF_NEEDFIN) in protopr()
548 if (tp->t_flags & (TF_NEEDSYN|TF_NEEDFIN)) in protopr()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h382 #define TF_NEEDFIN 0x00000800 /* send FIN (implicit state) */ macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c8844 if (__predict_false((tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN)))) { in rack_do_fastnewdata()
8988 if (__predict_false(tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN))) { in rack_fastack()
9271 if (tp->t_flags & TF_NEEDFIN) { in rack_do_syn_sent()
9273 tp->t_flags &= ~TF_NEEDFIN; in rack_do_syn_sent()
9486 if (tp->t_flags & TF_NEEDFIN) { in rack_do_syn_recv()
9488 tp->t_flags &= ~TF_NEEDFIN; in rack_do_syn_recv()
12278 if (tp->t_flags & TF_NEEDFIN) in rack_output()
13178 if (tp->t_flags & TF_NEEDFIN) { in rack_output()
H A Dbbr.c8526 if (__predict_false((tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN)))) { in bbr_do_fastnewdata()
8674 if (__predict_false(tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN))) { in bbr_fastack()
8946 if (tp->t_flags & TF_NEEDFIN) { in bbr_do_syn_sent()
8948 tp->t_flags &= ~TF_NEEDFIN; in bbr_do_syn_sent()
9187 if (tp->t_flags & TF_NEEDFIN) { in bbr_do_syn_recv()
9189 tp->t_flags &= ~TF_NEEDFIN; in bbr_do_syn_recv()
12400 if (tp->t_flags & TF_NEEDFIN && (rsm == NULL)) in bbr_output_wtime()