Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_syncache.c1318 pending_counter = intotcpcb(sotoinpcb(lso))->t_tfo_pending; in syncache_tfo_expand()
1331 tp->t_tfo_pending = pending_counter; in syncache_tfo_expand()
1422 (tp->t_tfo_pending != NULL) && in syncache_add()
1430 if (atomic_fetchadd_int(tp->t_tfo_pending, 1) <= in syncache_add()
1445 tfo_pending = tp->t_tfo_pending; in syncache_add()
H A Dtcp_usrreq.c404 tp->t_tfo_pending = tcp_fastopen_alloc_counter(); in tcp_usr_listen()
468 tp->t_tfo_pending = tcp_fastopen_alloc_counter(); in tcp6_usr_listen()
2391 if (tp->t_tfo_pending == NULL) in tcp_default_ctloutput()
2392 tp->t_tfo_pending = in tcp_default_ctloutput()
H A Dtcp_input.c2502 if ((tp->t_flags & TF_FASTOPEN) && tp->t_tfo_pending) { in tcp_do_segment()
2503 tcp_fastopen_decrement_counter(tp->t_tfo_pending); in tcp_do_segment()
2504 tp->t_tfo_pending = NULL; in tcp_do_segment()
H A Dtcp_var.h472 unsigned int *t_tfo_pending; /* TFO server pending counter */ member
H A Dtcp_subr.c2540 if (tp->t_tfo_pending) { in tcp_close()
2541 tcp_fastopen_decrement_counter(tp->t_tfo_pending); in tcp_close()
2542 tp->t_tfo_pending = NULL; in tcp_close()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c9084 if ((tp->t_flags & TF_FASTOPEN) && tp->t_tfo_pending) { in bbr_do_syn_recv()
9085 tcp_fastopen_decrement_counter(tp->t_tfo_pending); in bbr_do_syn_recv()
9086 tp->t_tfo_pending = NULL; in bbr_do_syn_recv()
H A Drack.c13193 if ((tp->t_flags & TF_FASTOPEN) && tp->t_tfo_pending) { in rack_do_syn_recv()
13194 tcp_fastopen_decrement_counter(tp->t_tfo_pending); in rack_do_syn_recv()
13195 tp->t_tfo_pending = NULL; in rack_do_syn_recv()