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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_bridge.c254 #ifndef BRIDGE_RTHASH_SIZE
255 #define BRIDGE_RTHASH_SIZE 16 macro
4883 sc->sc_rthash = _MALLOC(sizeof (*sc->sc_rthash) * BRIDGE_RTHASH_SIZE,
4889 sc->sc_rthash_size = BRIDGE_RTHASH_SIZE;

Completed in 86 milliseconds