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

/freebsd-10-stable/sys/net/
H A Dif.c207 #define V_if_indexlim VNET(if_indexlim) macro
298 if (idx >= V_if_indexlim) {
417 oldlim = V_if_indexlim;
422 if (V_if_indexlim != oldlim) {
430 V_if_indexlim <<= 1;

Completed in 105 milliseconds