Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_syncache.c1403 unsigned int *pending_counter; in syncache_tfo_expand() local
1407 pending_counter = intotcpcb(sotoinpcb(*lsop))->t_tfo_pending; in syncache_tfo_expand()
1411 atomic_subtract_int(pending_counter, 1); in syncache_tfo_expand()
1420 tp->t_tfo_pending = pending_counter; in syncache_tfo_expand()