Home
last modified time | relevance | path

Searched refs:TF_NEEDSYN (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_input.c517 (V_tcp_delack_enabled || (tp->t_flags & TF_NEEDSYN)))
1767 ((tp->t_flags & (TF_NEEDSYN|TF_NEEDFIN)) == 0) && in tcp_do_segment()
2114 tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN | TF_SONOTCONN); in tcp_do_segment()
2418 (tp->t_flags & TF_NEEDSYN)) { in tcp_do_segment()
2532 if (SEQ_GT(th->th_ack, tp->snd_una) && !(tp->t_flags & TF_NEEDSYN)) in tcp_do_segment()
2919 if (tp->t_flags & TF_NEEDSYN) { in tcp_do_segment()
2927 tp->t_flags &= ~TF_NEEDSYN; in tcp_do_segment()
3381 if (tp->t_flags & TF_NEEDSYN) in tcp_do_segment()
H A Dtcp_output.c363 if (tp->t_flags & TF_NEEDSYN) in tcp_default_output()
658 if (recwin > 0 && !(tp->t_flags & TF_NEEDSYN) && in tcp_default_output()
705 ((flags & TH_SYN) && (tp->t_flags & TF_NEEDSYN) == 0)) in tcp_default_output()
H A Dtcp_var.h785 #define TF_NEEDSYN 0x00000400 /* send SYN (implicit state) */ macro
H A Dtcp_usrreq.c2873 if (t_flags & TF_NEEDSYN) { 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.c4010 (tp->t_delayed_ack || (tp->t_flags & TF_NEEDSYN)))
7773 if (tp->t_flags & TF_NEEDSYN) { in bbr_process_ack()
7780 tp->t_flags &= ~TF_NEEDSYN; in bbr_process_ack()
8365 if (tp->t_flags & TF_NEEDSYN) { in bbr_process_data()
8449 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()
8868 tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN | TF_SONOTCONN); in bbr_do_syn_sent()
9114 if (SEQ_GT(th->th_ack, tp->snd_una) && !(tp->t_flags & TF_NEEDSYN)) in bbr_do_syn_recv()
9270 if (tp->t_flags & TF_NEEDSYN) { in bbr_do_established()
9367 if (tp->t_flags & TF_NEEDSYN) { in bbr_do_close_wait()
[all …]
H A Drack.c5873 (tp->t_delayed_ack || (tp->t_flags & TF_NEEDSYN)))
11877 if (tp->t_flags & TF_NEEDSYN) { in rack_process_ack()
11884 tp->t_flags &= ~TF_NEEDSYN; in rack_process_ack()
12477 if (tp->t_flags & TF_NEEDSYN) { in rack_process_data()
12560 if (__predict_false((tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN)))) { in rack_do_fastnewdata()
12686 if (__predict_false(tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN))) { in rack_fastack()
13017 tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN | TF_SONOTCONN); in rack_do_syn_sent()
13241 if (SEQ_GT(th->th_ack, tp->snd_una) && !(tp->t_flags & TF_NEEDSYN)) in rack_do_syn_recv()
13401 if (tp->t_flags & TF_NEEDSYN) { in rack_do_established()
13496 if (tp->t_flags & TF_NEEDSYN) { in rack_do_close_wait()
[all...]