Searched refs:pfsync_get_bucket (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netpfil/pf/ |
| H A D | if_pfsync.c | 315 static struct pfsync_bucket *pfsync_get_bucket(struct pfsync_softc *, 1725 struct pfsync_bucket *b = pfsync_get_bucket(sc, st); in pfsync_insert_state() 1754 struct pfsync_bucket *b = pfsync_get_bucket(sc, st); in pfsync_defer() 1799 struct pfsync_bucket *b = pfsync_get_bucket(sc, st); in pfsync_undefer() 1825 struct pfsync_bucket *b = pfsync_get_bucket(sc, st); in pfsync_defer_tmo() 1852 struct pfsync_bucket *b = pfsync_get_bucket(sc, st); in pfsync_undefer_state() 1871 pfsync_get_bucket(struct pfsync_softc *sc, struct pf_state *st) in pfsync_get_bucket() function 1882 struct pfsync_bucket *b = pfsync_get_bucket(sc, st); in pfsync_update_state() 1978 struct pfsync_bucket *b = pfsync_get_bucket(sc, st); in pfsync_update_state_req() 2024 struct pfsync_bucket *b = pfsync_get_bucket(sc, st); in pfsync_delete_state() [all …]
|