Home
last modified time | relevance | path

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

/dragonfly/sys/net/
HDif.c488 static int if_indexlim = 8; in if_attach() local
683 if (ifindex2ifnet == NULL || ifp->if_index >= if_indexlim) { in if_attach()
690 if_indexlim <<= 1; in if_attach()
691 n = if_indexlim * sizeof(*q); in if_attach()