Searched refs:t_tfo_pending (Results 1 – 8 of 8) sorted by relevance
1407 pending_counter = intotcpcb(sotoinpcb(*lsop))->t_tfo_pending; in syncache_tfo_expand()1420 tp->t_tfo_pending = pending_counter; in syncache_tfo_expand()1512 (tp->t_tfo_pending != NULL) && in syncache_add()1520 if (atomic_fetchadd_int(tp->t_tfo_pending, 1) <= in syncache_add()1535 tfo_pending = tp->t_tfo_pending; in syncache_add()
503 tp->t_tfo_pending = tcp_fastopen_alloc_counter(); in tcp_usr_listen()554 tp->t_tfo_pending = tcp_fastopen_alloc_counter(); in tcp6_usr_listen()2388 if (tp->t_tfo_pending == NULL) in tcp_default_ctloutput()2389 tp->t_tfo_pending = in tcp_default_ctloutput()
263 unsigned int *t_tfo_pending; /* TCP Fast Open server pending counter */ member
2117 if (tp->t_tfo_pending) { in tcp_close()2118 tcp_fastopen_decrement_counter(tp->t_tfo_pending); in tcp_close()2119 tp->t_tfo_pending = NULL; in tcp_close()
2438 if (IS_FASTOPEN(tp->t_flags) && tp->t_tfo_pending) { in tcp_do_segment()2439 tcp_fastopen_decrement_counter(tp->t_tfo_pending); in tcp_do_segment()2440 tp->t_tfo_pending = NULL; in tcp_do_segment()
9482 if (IS_FASTOPEN(tp->t_flags) && tp->t_tfo_pending) { in rack_do_syn_recv()9483 tcp_fastopen_decrement_counter(tp->t_tfo_pending); in rack_do_syn_recv()9484 tp->t_tfo_pending = NULL; in rack_do_syn_recv()
9178 if (IS_FASTOPEN(tp->t_flags) && tp->t_tfo_pending) { in bbr_do_syn_recv()9179 tcp_fastopen_decrement_counter(tp->t_tfo_pending); in bbr_do_syn_recv()9180 tp->t_tfo_pending = NULL; in bbr_do_syn_recv()