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

/freebsd-13-stable/sys/netinet/
H A Dtcp_syncache.c1417 unsigned int *tfo_pending = NULL; local
1485 tfo_pending = tp->t_tfo_pending;
1792 * If tfo_pending is not NULL here, then a TFO SYN that did not
1797 if (tfo_pending != NULL)
1798 tcp_fastopen_decrement_counter(tfo_pending);

Completed in 45 milliseconds