Searched refs:pfsync_get_bucket (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | if_pfsync.c | 370 static struct pfsync_bucket *pfsync_get_bucket(struct pfsync_softc *, 789 struct pfsync_bucket *b = pfsync_get_bucket(sc, st); in pfsync_state_import() 2036 struct pfsync_bucket *b = pfsync_get_bucket(sc, st); in pfsync_insert_state() 2073 b = pfsync_get_bucket(sc, st); in pfsync_defer() 2121 struct pfsync_bucket *b = pfsync_get_bucket(sc, st); in pfsync_undefer() 2151 b = pfsync_get_bucket(sc, st); in pfsync_defer_tmo() 2183 struct pfsync_bucket *b = pfsync_get_bucket(sc, st); in pfsync_undefer_state_locked() 2203 struct pfsync_bucket *b = pfsync_get_bucket(sc, st); in pfsync_undefer_state() 2211 pfsync_get_bucket(struct pfsync_softc *sc, struct pf_kstate *st) in pfsync_get_bucket() function 2222 struct pfsync_bucket *b = pfsync_get_bucket(sc, st); in pfsync_update_state() [all …]
|