Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_syncache.c1313 unsigned int *pending_counter; in syncache_tfo_expand() local
1318 pending_counter = intotcpcb(sotoinpcb(lso))->t_tfo_pending; in syncache_tfo_expand()
1322 atomic_subtract_int(pending_counter, 1); in syncache_tfo_expand()
1331 tp->t_tfo_pending = pending_counter; in syncache_tfo_expand()