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

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dif_pfsync.c303 static VNET_DEFINE(struct pfsync_softc *, pfsyncif) = NULL;
304 #define V_pfsyncif VNET(pfsyncif)
324 struct pfsync_softc *pfsyncif = NULL; variable in typeref:struct:pfsync_softc
415 sc = malloc(sizeof(*pfsyncif), M_DEVBUF, M_NOWAIT | M_ZERO);
493 pfsyncif = sc;
555 pfsyncif = NULL;
885 struct pfsync_softc *sc = pfsyncif;
1556 struct pfsync_softc *sc = pfsyncif;
2115 struct pfsync_softc *sc = pfsyncif;
2367 struct pfsync_softc *sc = pfsyncif;
[all...]

Completed in 95 milliseconds