Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_offload.c154 } else if ((flags & TH_FIN || tp->t_flags & TF_NEEDFIN) && in tcp_offload_output()
H A Dtcp_input.c1723 ((tp->t_flags & (TF_NEEDSYN|TF_NEEDFIN)) == 0) && in tcp_do_segment()
2048 if (tp->t_flags & TF_NEEDFIN) { in tcp_do_segment()
2051 tp->t_flags &= ~TF_NEEDFIN; in tcp_do_segment()
2461 if (tp->t_flags & TF_NEEDFIN) { in tcp_do_segment()
2464 tp->t_flags &= ~TF_NEEDFIN; in tcp_do_segment()
H A Dtcp_output.c358 if (tp->t_flags & TF_NEEDFIN) in tcp_default_output()
971 if (tp->t_flags & TF_NEEDFIN) in tcp_default_output()
H A Dtcp_var.h772 #define TF_NEEDFIN 0x00000800 /* send FIN (implicit state) */ macro
H A Dtcp_usrreq.c2648 tp->t_flags |= TF_NEEDFIN; in tcp_usrclosed()
/freebsd/usr.bin/netstat/
H A Dinet.c529 #if defined(TF_NEEDSYN) && defined(TF_NEEDFIN) in protopr()
531 if (tp->t_flags & (TF_NEEDSYN|TF_NEEDFIN)) in protopr()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c8442 if (__predict_false((tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN)))) { in bbr_do_fastnewdata()
8574 if (__predict_false(tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN))) { in bbr_fastack()
8842 if (tp->t_flags & TF_NEEDFIN) { in bbr_do_syn_sent()
8844 tp->t_flags &= ~TF_NEEDFIN; in bbr_do_syn_sent()
9086 if (tp->t_flags & TF_NEEDFIN) { in bbr_do_syn_recv()
9088 tp->t_flags &= ~TF_NEEDFIN; in bbr_do_syn_recv()
12248 if (tp->t_flags & TF_NEEDFIN && (rsm == NULL)) in bbr_output_wtime()
H A Drack.c12411 if (__predict_false((tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN)))) { in rack_do_fastnewdata()
12537 if (__predict_false(tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN))) { in rack_fastack()
12849 if (tp->t_flags & TF_NEEDFIN) { in rack_do_syn_sent()
12851 tp->t_flags &= ~TF_NEEDFIN; in rack_do_syn_sent()
13071 if (tp->t_flags & TF_NEEDFIN) { in rack_do_syn_recv()
13073 tp->t_flags &= ~TF_NEEDFIN; in rack_do_syn_recv()
20207 if (tp->t_flags & TF_NEEDFIN) in rack_output()
20772 ((tp->t_flags & TF_NEEDFIN) == 0) && in rack_output()
21296 if (tp->t_flags & TF_NEEDFIN) { in rack_output()
22394 ((tp->t_flags & TF_NEEDFIN) == 0) && in rack_output()
[all …]