Searched refs:BRIDGE_RTHASH_SIZE (Results 1 – 1 of 1) sorted by relevance
149 #ifndef BRIDGE_RTHASH_SIZE150 #define BRIDGE_RTHASH_SIZE 1024 macro153 #define BRIDGE_RTHASH_MASK (BRIDGE_RTHASH_SIZE - 1)2924 sc->sc_rthash = malloc(sizeof(*sc->sc_rthash) * BRIDGE_RTHASH_SIZE, in bridge_rtable_init()2927 for (i = 0; i < BRIDGE_RTHASH_SIZE; i++) in bridge_rtable_init()