Home
last modified time | relevance | path

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

/freebsd/usr.bin/netstat/
H A Dmroute.c240 u_long pmfchashtbl, pmfctablesize, pviftbl; in mroutepr() local
267 pmfchashtbl = pmfctablesize = pviftbl = 0; in mroutepr()
278 pmfctablesize = nl[N_MFCTABLESIZE].n_value; in mroutepr()
281 if (pmfchashtbl == 0 || pmfctablesize == 0 || pviftbl == 0) { in mroutepr()
373 error = kread(pmfctablesize, (char *)&mfctablesize, in mroutepr()