Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDtcp_offload.c155 } else if ((flags & TH_FIN || tp->t_flags & TF_NEEDFIN) && in tcp_offload_output()
HDtcp_input.c1756 ((tp->t_flags & (TF_NEEDSYN|TF_NEEDFIN)) == 0) && in tcp_do_segment()
2081 if (tp->t_flags & TF_NEEDFIN) { in tcp_do_segment()
2084 tp->t_flags &= ~TF_NEEDFIN; in tcp_do_segment()
2497 if (tp->t_flags & TF_NEEDFIN) { in tcp_do_segment()
2500 tp->t_flags &= ~TF_NEEDFIN; in tcp_do_segment()
HDtcp_output.c347 if (tp->t_flags & TF_NEEDFIN) in tcp_default_output()
983 if (tp->t_flags & TF_NEEDFIN) in tcp_default_output()
HDtcp_var.h790 #define TF_NEEDFIN 0x00000800 /* send FIN (implicit state) */ macro
HDtcp_usrreq.c2746 tp->t_flags |= TF_NEEDFIN; in tcp_usrclosed()
2887 if (t_flags & TF_NEEDFIN) { in db_print_tflags()
/freebsd-14-stable/usr.bin/netstat/
HDinet.c523 #if defined(TF_NEEDSYN) && defined(TF_NEEDFIN) in protopr()
525 if (tp->t_flags & (TF_NEEDSYN|TF_NEEDFIN)) in protopr()
/freebsd-14-stable/sys/netinet/tcp_stacks/
HDbbr.c8438 if (__predict_false((tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN)))) { in bbr_do_fastnewdata()
8570 if (__predict_false(tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN))) { in bbr_fastack()
8838 if (tp->t_flags & TF_NEEDFIN) { in bbr_do_syn_sent()
8840 tp->t_flags &= ~TF_NEEDFIN; in bbr_do_syn_sent()
9082 if (tp->t_flags & TF_NEEDFIN) { in bbr_do_syn_recv()
9084 tp->t_flags &= ~TF_NEEDFIN; in bbr_do_syn_recv()
12236 if (tp->t_flags & TF_NEEDFIN && (rsm == NULL)) in bbr_output_wtime()
HDrack.c12924 if (__predict_false((tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN)))) { in rack_do_fastnewdata()
13054 if (__predict_false(tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN))) { in rack_fastack()
13346 if (tp->t_flags & TF_NEEDFIN) { in rack_do_syn_sent()
13348 tp->t_flags &= ~TF_NEEDFIN; in rack_do_syn_sent()
13571 if (tp->t_flags & TF_NEEDFIN) { in rack_do_syn_recv()
13573 tp->t_flags &= ~TF_NEEDFIN; in rack_do_syn_recv()
20482 if (tp->t_flags & TF_NEEDFIN) in rack_output()
21048 ((tp->t_flags & TF_NEEDFIN) == 0) && in rack_output()
21495 if (tp->t_flags & TF_NEEDFIN) { in rack_output()
22570 ((tp->t_flags & TF_NEEDFIN) == 0) && in rack_output()
[all …]