Lines Matching defs:pflow_softc
233 struct pflow_softc { struct
234 int sc_id;
236 struct mtx sc_lock;
238 int sc_dying; /* [N] */
239 struct vnet *sc_vnet;
241 unsigned int sc_count;
242 unsigned int sc_count4;
243 unsigned int sc_count6;
244 unsigned int sc_count_nat4;
268 CK_LIST_ENTRY(pflow_softc) sc_next; argument
269 struct epoch_context sc_epoch_ctx;