Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_bridge.c165 #ifndef BRIDGE_RTHASH_SIZE
166 #define BRIDGE_RTHASH_SIZE 1024 macro
169 #define BRIDGE_RTHASH_MASK (BRIDGE_RTHASH_SIZE - 1)
3145 sc->sc_rthash = malloc(sizeof(*sc->sc_rthash) * BRIDGE_RTHASH_SIZE, in bridge_rtable_init()
3148 for (i = 0; i < BRIDGE_RTHASH_SIZE; i++) in bridge_rtable_init()