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

Function pfsync_push

freebsd/netpfil/pf/if_pfsync.c:2296–2304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2294}
2295
2296static void
2297pfsync_push(struct pfsync_bucket *b)
2298{
2299
2300 PFSYNC_BUCKET_LOCK_ASSERT(b);
2301
2302 b->b_flags |= PFSYNCF_BUCKET_PUSH;
2303 swi_sched(V_pfsync_swi_cookie, 0);
2304}
2305
2306static void
2307pfsync_push_all(struct pfsync_softc *sc)

Callers 6

pfsync_deferFunction · 0.85
pfsync_undeferFunction · 0.85
pfsync_update_stateFunction · 0.85
pfsync_update_state_reqFunction · 0.85
pfsync_timeoutFunction · 0.85
pfsync_push_allFunction · 0.85

Calls 1

swi_schedFunction · 0.50

Tested by

no test coverage detected