Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_syncache.c1407 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()
H A Dtcp_usrreq.c503 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()
H A Dtcp_var.h263 unsigned int *t_tfo_pending; /* TCP Fast Open server pending counter */ member
H A Dtcp_subr.c2117 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()
H A Dtcp_input.c2438 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()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h263 unsigned int *t_tfo_pending; /* TCP Fast Open server pending counter */ member
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c9482 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()
H A Dbbr.c9178 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()