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

Function pfsync_timeout

freebsd/netpfil/pf/if_pfsync.c:2284–2294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2282}
2283
2284static void
2285pfsync_timeout(void *arg)
2286{
2287 struct pfsync_bucket *b = arg;
2288
2289 CURVNET_SET(b->b_sc->sc_ifp->if_vnet);
2290 PFSYNC_BUCKET_LOCK(b);
2291 pfsync_push(b);
2292 PFSYNC_BUCKET_UNLOCK(b);
2293 CURVNET_RESTORE();
2294}
2295
2296static void
2297pfsync_push(struct pfsync_bucket *b)

Callers

nothing calls this directly

Calls 1

pfsync_pushFunction · 0.85

Tested by

no test coverage detected