Lines Matching refs:pfsync_bucket

113 struct pfsync_bucket;
209 static void pfsync_q_del(struct pf_kstate *, bool, struct pfsync_bucket *);
228 struct pfsync_bucket struct
262 struct pfsync_bucket *sc_buckets; argument
306 static void pfsync_push(struct pfsync_bucket *);
368 static struct pfsync_bucket *pfsync_get_bucket(struct pfsync_softc *,
384 struct pfsync_bucket *b; in pfsync_clone_create()
444 struct pfsync_bucket *b; in pfsync_clone_destroy()
810 struct pfsync_bucket *b = pfsync_get_bucket(sc, st); in pfsync_state_import()
1826 struct pfsync_bucket *b; in pfsync_drop_all()
1843 struct pfsync_bucket *b; in pfsync_drop()
1884 struct pfsync_bucket *b = &sc->sc_buckets[c]; in pfsync_sendout()
2056 struct pfsync_bucket *b = pfsync_get_bucket(sc, st); in pfsync_insert_state()
2085 struct pfsync_bucket *b; in pfsync_defer()
2141 struct pfsync_bucket *b = pfsync_get_bucket(sc, st); in pfsync_undefer()
2167 struct pfsync_bucket *b; in pfsync_defer_tmo()
2203 struct pfsync_bucket *b = pfsync_get_bucket(sc, st); in pfsync_undefer_state_locked()
2223 struct pfsync_bucket *b = pfsync_get_bucket(sc, st); in pfsync_undefer_state()
2230 static struct pfsync_bucket*
2242 struct pfsync_bucket *b = pfsync_get_bucket(sc, st); in pfsync_update_state()
2296 struct pfsync_bucket *b = &sc->sc_buckets[0]; in pfsync_request_update()
2340 struct pfsync_bucket *b = pfsync_get_bucket(sc, st); in pfsync_update_state_req()
2386 struct pfsync_bucket *b = pfsync_get_bucket(sc, st); in pfsync_delete_state()
2489 struct pfsync_bucket *b = pfsync_get_bucket(sc, st); in pfsync_q_ins()
2515 pfsync_q_del(struct pf_kstate *st, bool unref, struct pfsync_bucket *b) in pfsync_q_del()
2636 struct pfsync_bucket *b = &sc->sc_buckets[0]; in pfsync_bulk_fail()
2670 struct pfsync_bucket *b = &sc->sc_buckets[0]; in pfsync_send_plus()
2703 struct pfsync_bucket *b = arg; in pfsync_timeout()
2713 pfsync_push(struct pfsync_bucket *b) in pfsync_push()
2726 struct pfsync_bucket *b; in pfsync_push_all()
2790 struct pfsync_bucket *b; in pfsyncintr()