Home
last modified time | relevance | path

Searched refs:TF_SONOTCONN (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_input.c2115 tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN | TF_SONOTCONN); in tcp_do_segment()
2450 if (tp->t_flags & TF_SONOTCONN) { in tcp_do_segment()
2460 tp->t_flags &= ~TF_SONOTCONN; in tcp_do_segment()
H A Dtcp_var.h787 #define TF_SONOTCONN 0x00020000 /* needs soisconnected() on ESTAB */ macro
H A Dtcp_syncache.c1034 tp->t_flags |= TF_SONOTCONN; in syncache_socket()
H A Dtcp_usrreq.c2883 if (t_flags & TF_SONOTCONN) { in db_print_tflags()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c8849 tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN | TF_SONOTCONN); in bbr_do_syn_sent()
9035 if (tp->t_flags & TF_SONOTCONN) { in bbr_do_syn_recv()
9036 tp->t_flags &= ~TF_SONOTCONN; in bbr_do_syn_recv()
H A Drack.c13666 tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN | TF_SONOTCONN); in rack_do_syn_sent()
13855 if (tp->t_flags & TF_SONOTCONN) { in rack_do_syn_recv()
13856 tp->t_flags &= ~TF_SONOTCONN; in rack_do_syn_recv()