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()
404 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()
2502 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()
472 unsigned int *t_tfo_pending; /* TFO server pending counter */ member
2540 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()
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()
13193 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()