Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dif_pfsync.c191 struct pfsync_bucket struct
193 int b_id;
194 struct pfsync_softc *b_sc;
195 struct mtx b_mtx;
196 struct callout b_tmo;
197 int b_flags;
200 size_t b_len;
225 struct pfsync_bucket *sc_buckets; argument