Searched refs:pflow_softc (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pflow.c | 83 static int pflow_calc_mtu(struct pflow_softc *, int, int); 84 static void pflow_setmtu(struct pflow_softc *, int); 87 static struct mbuf *pflow_get_mbuf(struct pflow_softc *, u_int16_t); 88 static void pflow_flush(struct pflow_softc *); 89 static int pflow_sendout_v5(struct pflow_softc *); 90 static int pflow_sendout_ipfix(struct pflow_softc *, enum pflow_family_t); 91 static int pflow_sendout_ipfix_tmpl(struct pflow_softc *); 92 static int pflow_sendout_mbuf(struct pflow_softc *, struct mbuf *); 102 struct pflow_softc *, int, int); 105 struct pflow_softc *, int, int); [all …]
|
/freebsd/sys/net/ |
H A D | pflow.h | 233 struct pflow_softc { struct 268 CK_LIST_ENTRY(pflow_softc) sc_next; argument
|