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

/freebsd-13-stable/usr.bin/netstat/
H A Dmroute.c237 u_long pmfchashtbl, pmfctablesize, pviftbl; local
264 pmfchashtbl = pmfctablesize = pviftbl = 0;
274 pmfchashtbl = nl[N_MFCHASHTBL].n_value;
278 if (pmfchashtbl == 0 || pmfctablesize == 0 || pviftbl == 0) {
383 kread(pmfchashtbl, (char *)&mfchashtbl, len);

Completed in 114 milliseconds