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

/freebsd-12-stable/sys/net/
H A Dif.c305 #define V_if_indexlim VNET(if_indexlim) macro
392 if (idx >= V_if_indexlim) {
576 oldlim = V_if_indexlim;
581 if (V_if_indexlim != oldlim) {
589 V_if_indexlim <<= 1;

Completed in 114 milliseconds