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

/freebsd-12-stable/sys/netinet/
H A Dtcp_syncache.h103 u_int sch_length; member in struct:syncache_head
H A Dtcp_syncache.c286 V_tcp_syncache.hashbase[i].sch_length = 0;
332 KASSERT(sch->sch_length == 0, ("%s: sch->sch_length %d not 0",
333 __func__, sch->sch_length));
361 if (sch->sch_length >= V_tcp_syncache.bucket_limit) {
363 ("sch->sch_length incorrect"));
372 sch->sch_length++;
383 if (sch->sch_length == 1)
405 sch->sch_length--;
1201 sch->sch_length
[all...]

Completed in 85 milliseconds