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

/freebsd-13-stable/sys/netinet/
H A Dtcp_syncache.c1353 unsigned int *pending_counter; local
1357 pending_counter = intotcpcb(sotoinpcb(*lsop))->t_tfo_pending;
1361 atomic_subtract_int(pending_counter, 1);
1370 tp->t_tfo_pending = pending_counter;

Completed in 103 milliseconds