Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dpflow.h233 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
[all …]