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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_bridge.c4909 u_int32_t new_rthash_size; local
4928 new_rthash_size = sc->sc_rthash_size * 2;
4933 new_rthash = _MALLOC(sizeof (*sc->sc_rthash) * new_rthash_size,
4952 sc->sc_rthash_size = new_rthash_size;

Completed in 79 milliseconds