MCPcopy Create free account
hub / github.com/F-Stack/f-stack / pfsync_push_all

Function pfsync_push_all

freebsd/netpfil/pf/if_pfsync.c:2306–2319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2304}
2305
2306static void
2307pfsync_push_all(struct pfsync_softc *sc)
2308{
2309 int c;
2310 struct pfsync_bucket *b;
2311
2312 for (c = 0; c < pfsync_buckets; c++) {
2313 b = &sc->sc_buckets[c];
2314
2315 PFSYNC_BUCKET_LOCK(b);
2316 pfsync_push(b);
2317 PFSYNC_BUCKET_UNLOCK(b);
2318 }
2319}
2320
2321static void
2322pfsyncintr(void *arg)

Callers 3

pfsync_state_importFunction · 0.85
pfsync_in_updFunction · 0.85
pfsync_in_upd_cFunction · 0.85

Calls 1

pfsync_pushFunction · 0.85

Tested by

no test coverage detected