Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDtcp_syncache.c1328 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()
HDtcp_usrreq.c400 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()
HDtcp_input.c2493 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()
HDtcp_var.h469 unsigned int *t_tfo_pending; /* TFO server pending counter */ member
HDtcp_subr.c2595 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()
/freebsd-14-stable/sys/netinet/tcp_stacks/
HDbbr.c9073 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()
HDrack.c13567 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()