Home
last modified time | relevance | path

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

/freebsd-head/sys/netinet/
HDtcp_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()
HDtcp_usrreq.c401 tp->t_tfo_pending = tcp_fastopen_alloc_counter(); in tcp_usr_listen()
465 tp->t_tfo_pending = tcp_fastopen_alloc_counter(); in tcp6_usr_listen()
2370 if (tp->t_tfo_pending == NULL) in tcp_default_ctloutput()
2371 tp->t_tfo_pending = in tcp_default_ctloutput()
HDtcp_input.c2495 if ((tp->t_flags & TF_FASTOPEN) && tp->t_tfo_pending) { in tcp_do_segment()
2496 tcp_fastopen_decrement_counter(tp->t_tfo_pending); in tcp_do_segment()
2497 tp->t_tfo_pending = NULL; in tcp_do_segment()
HDtcp_var.h472 unsigned int *t_tfo_pending; /* TFO server pending counter */ member
HDtcp_subr.c2516 if (tp->t_tfo_pending) { in tcp_close()
2517 tcp_fastopen_decrement_counter(tp->t_tfo_pending); in tcp_close()
2518 tp->t_tfo_pending = NULL; in tcp_close()
/freebsd-head/sys/netinet/tcp_stacks/
HDbbr.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()
HDrack.c13194 if ((tp->t_flags & TF_FASTOPEN) && tp->t_tfo_pending) { in rack_do_syn_recv()
13195 tcp_fastopen_decrement_counter(tp->t_tfo_pending); in rack_do_syn_recv()
13196 tp->t_tfo_pending = NULL; in rack_do_syn_recv()