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.c155 } else if ((flags & TH_FIN || tp->t_flags & TF_NEEDFIN) && in tcp_offload_output()
H A Dtcp_input.c1763 ((tp->t_flags & (TF_NEEDSYN|TF_NEEDFIN)) == 0) && in tcp_do_segment()
2090 if (tp->t_flags & TF_NEEDFIN) { in tcp_do_segment()
2093 tp->t_flags &= ~TF_NEEDFIN; in tcp_do_segment()
2506 if (tp->t_flags & TF_NEEDFIN) { in tcp_do_segment()
2509 tp->t_flags &= ~TF_NEEDFIN; in tcp_do_segment()
H A Dtcp_output.c361 if (tp->t_flags & TF_NEEDFIN) in tcp_default_output()
974 if (tp->t_flags & TF_NEEDFIN) in tcp_default_output()
H A Dtcp_var.h785 #define TF_NEEDFIN 0x00000800 /* send FIN (implicit state) */ macro
H A Dtcp_usrreq.c2735 tp->t_flags |= TF_NEEDFIN; in tcp_usrclosed()
2877 if (t_flags & TF_NEEDFIN) { in db_print_tflags()
/freebsd/usr.bin/netstat/
H A Dinet.c516 #if defined(TF_NEEDSYN) && defined(TF_NEEDFIN) in protopr()
518 if (tp->t_flags & (TF_NEEDSYN|TF_NEEDFIN)) in protopr()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c8449 if (__predict_false((tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN)))) { in bbr_do_fastnewdata()
8581 if (__predict_false(tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN))) { in bbr_fastack()
8849 if (tp->t_flags & TF_NEEDFIN) { in bbr_do_syn_sent()
8851 tp->t_flags &= ~TF_NEEDFIN; in bbr_do_syn_sent()
9093 if (tp->t_flags & TF_NEEDFIN) { in bbr_do_syn_recv()
9095 tp->t_flags &= ~TF_NEEDFIN; in bbr_do_syn_recv()
12256 if (tp->t_flags & TF_NEEDFIN && (rsm == NULL)) in bbr_output_wtime()
H A Drack.c12537 if (__predict_false((tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN)))) { in rack_do_fastnewdata()
12663 if (__predict_false(tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN))) { in rack_fastack()
12975 if (tp->t_flags & TF_NEEDFIN) { in rack_do_syn_sent()
12977 tp->t_flags &= ~TF_NEEDFIN; in rack_do_syn_sent()
13197 if (tp->t_flags & TF_NEEDFIN) { in rack_do_syn_recv()
13199 tp->t_flags &= ~TF_NEEDFIN; in rack_do_syn_recv()
20320 if (tp->t_flags & TF_NEEDFIN) in rack_output()
20875 ((tp->t_flags & TF_NEEDFIN) == 0) && in rack_output()
21398 if (tp->t_flags & TF_NEEDFIN) { in rack_output()
22501 ((tp->t_flags & TF_NEEDFIN) == 0) && in rack_output()
[all …]