Home
last modified time | relevance | path

Searched refs:pfsync_softc (Results 1 – 1 of 1) sorted by relevance

/src/sys/netpfil/pf/
H A Dif_pfsync.c114 struct pfsync_softc;
221 static void pfsync_tx(struct pfsync_softc *, struct mbuf *);
229 struct pfsync_softc *pd_sc;
240 struct pfsync_softc *b_sc;
257 struct pfsync_softc { struct
301 VNET_DEFINE_STATIC(struct pfsync_softc *, pfsyncif) = NULL; argument
316 static void pfsync_push_all(struct pfsync_softc *);
318 static int pfsync_multicast_setup(struct pfsync_softc *, struct ifnet *,
320 static void pfsync_multicast_cleanup(struct pfsync_softc *);
357 static void pfsync_drop_all(struct pfsync_softc *);
[all …]