Searched refs:t_tfo_pending (Results 1 – 7 of 7) sorted by relevance
1318 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()
401 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()
2495 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()
472 unsigned int *t_tfo_pending; /* TFO server pending counter */ member
2516 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()
9084 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()
13194 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()