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

/freebsd-10.3-release/sys/netpfil/pf/
H A Dif_pfsync.c172 struct pfsync_softc *pd_sc;
181 struct pfsync_softc { struct
227 static VNET_DEFINE(struct pfsync_softc *, pfsyncif) = NULL;
237 static void pfsync_push(struct pfsync_softc *);
239 static int pfsync_multicast_setup(struct pfsync_softc *, struct ifnet *,
241 static void pfsync_multicast_cleanup(struct pfsync_softc *);
270 static void pfsync_drop(struct pfsync_softc *);
291 struct pfsync_softc *sc;
298 sc = malloc(sizeof(struct pfsync_softc), M_PFSYNC, M_WAITOK | M_ZERO);
341 struct pfsync_softc *s
[all...]

Completed in 58 milliseconds