Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dtcp_syncache.h49 int syncache_pcbcount(void);
Dtcp_subr.c1350 n = V_tcbinfo.ipi_count + syncache_pcbcount(); in tcp_pcblist()
1367 m = syncache_pcbcount(); in tcp_pcblist()
Dtcp_syncache.c2120 syncache_pcbcount(void) in syncache_pcbcount() function