Searched refs:t_tfo_pending (Results 1 – 7 of 7) sorted by relevance
1328 pending_counter = intotcpcb(sotoinpcb(lso))->t_tfo_pending; in syncache_tfo_expand()1341 tp->t_tfo_pending = pending_counter; in syncache_tfo_expand()1432 (tp->t_tfo_pending != NULL) && in syncache_add()1440 if (atomic_fetchadd_int(tp->t_tfo_pending, 1) <= in syncache_add()1455 tfo_pending = tp->t_tfo_pending; in syncache_add()
400 tp->t_tfo_pending = tcp_fastopen_alloc_counter(); in tcp_usr_listen()458 tp->t_tfo_pending = tcp_fastopen_alloc_counter(); in tcp6_usr_listen()2397 if (tp->t_tfo_pending == NULL) in tcp_default_ctloutput()2398 tp->t_tfo_pending = in tcp_default_ctloutput()
2493 if (IS_FASTOPEN(tp->t_flags) && tp->t_tfo_pending) { in tcp_do_segment()2494 tcp_fastopen_decrement_counter(tp->t_tfo_pending); in tcp_do_segment()2495 tp->t_tfo_pending = NULL; in tcp_do_segment()
469 unsigned int *t_tfo_pending; /* TFO server pending counter */ member
2595 if (tp->t_tfo_pending) { in tcp_close()2596 tcp_fastopen_decrement_counter(tp->t_tfo_pending); in tcp_close()2597 tp->t_tfo_pending = NULL; in tcp_close()
9073 if (IS_FASTOPEN(tp->t_flags) && tp->t_tfo_pending) { in bbr_do_syn_recv()9074 tcp_fastopen_decrement_counter(tp->t_tfo_pending); in bbr_do_syn_recv()9075 tp->t_tfo_pending = NULL; in bbr_do_syn_recv()
13567 if (IS_FASTOPEN(tp->t_flags) && tp->t_tfo_pending) { in rack_do_syn_recv()13568 tcp_fastopen_decrement_counter(tp->t_tfo_pending); in rack_do_syn_recv()13569 tp->t_tfo_pending = NULL; in rack_do_syn_recv()