Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_bridge.c149 #ifndef BRIDGE_RTHASH_SIZE
150 #define BRIDGE_RTHASH_SIZE 1024 macro
153 #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()