Searched refs:sc_buckets (Results 1 – 1 of 1) sorted by relevance
225 struct pfsync_bucket *sc_buckets; member362 sc->sc_buckets = mallocarray(pfsync_buckets, sizeof(*sc->sc_buckets), in pfsync_clone_create()365 b = &sc->sc_buckets[c]; in pfsync_clone_create()396 b = &sc->sc_buckets[c]; in pfsync_clone_destroy()437 free(sc->sc_buckets, M_PFSYNC); in pfsync_clone_destroy()1021 PFSYNC_BUCKET_LOCK(&sc->sc_buckets[0]); in pfsync_in_upd_c()1481 PFSYNC_BUCKET_LOCK(&sc->sc_buckets[0]); in pfsyncioctl()1548 b = &sc->sc_buckets[c]; in pfsync_drop()1874 return &sc->sc_buckets[c]; in pfsync_get_bucket()2313 b = &sc->sc_buckets[c]; in pfsync_push_all()[all …]