Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif.c306 #define V_if_indexlim VNET(if_indexlim) macro
386 if (idx >= V_if_indexlim) { in ifindex_alloc()
569 oldlim = V_if_indexlim; in if_grow()
574 if (V_if_indexlim != oldlim) { in if_grow()
582 V_if_indexlim <<= 1; in if_grow()