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.c230 struct pfsync_bucket struct
232 int b_id;
233 struct pfsync_softc *b_sc;
234 struct mtx b_mtx;
235 struct callout b_tmo;
236 int b_flags;
239 size_t b_len;
264 struct pfsync_bucket *sc_buckets; argument