Home
last modified time | relevance | path

Searched defs:pfsync_bucket (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netpfil/pf/
H A Dif_pfsync.c228 struct pfsync_bucket struct
230 int b_id;
231 struct pfsync_softc *b_sc;
232 struct mtx b_mtx;
233 struct callout b_tmo;
234 int b_flags;
237 size_t b_len;
262 struct pfsync_bucket *sc_buckets; argument