Lines Matching defs:pfsync_softc

116 struct pfsync_softc;
214 static void pfsync_tx(struct pfsync_softc *, struct mbuf *);
222 struct pfsync_softc *pd_sc;
233 struct pfsync_softc *b_sc;
250 struct pfsync_softc {
294 VNET_DEFINE_STATIC(struct pfsync_softc *, pfsyncif) = NULL;
309 static void pfsync_push_all(struct pfsync_softc *);
311 static int pfsync_multicast_setup(struct pfsync_softc *, struct ifnet *,
313 static void pfsync_multicast_cleanup(struct pfsync_softc *);
350 static void pfsync_drop_all(struct pfsync_softc *);
351 static void pfsync_drop(struct pfsync_softc *, int);
365 struct pfsync_softc *);
370 static struct pfsync_bucket *pfsync_get_bucket(struct pfsync_softc *,
384 struct pfsync_softc *sc;
396 sc = malloc(sizeof(struct pfsync_softc), M_PFSYNC, M_WAITOK | M_ZERO);
447 struct pfsync_softc *sc = ifp->if_softc;
520 struct pfsync_softc *sc = V_pfsyncif;
822 struct pfsync_softc *sc = V_pfsyncif;
924 struct pfsync_softc *sc = V_pfsyncif;
1193 struct pfsync_softc *sc = V_pfsyncif;
1292 struct pfsync_softc *sc = V_pfsyncif;
1452 struct pfsync_softc *sc = V_pfsyncif;
1609 struct pfsync_softc *sc = ifp->if_softc;
1804 pfsync_drop_all(struct pfsync_softc *sc)
1819 pfsync_drop(struct pfsync_softc *sc, int c)
1857 struct pfsync_softc *sc = V_pfsyncif;
2035 struct pfsync_softc *sc = V_pfsyncif;
2063 struct pfsync_softc *sc = V_pfsyncif;
2118 struct pfsync_softc *sc = pd->pd_sc;
2144 struct pfsync_softc *sc = pd->pd_sc;
2181 struct pfsync_softc *sc = V_pfsyncif;
2202 struct pfsync_softc *sc = V_pfsyncif;
2211 pfsync_get_bucket(struct pfsync_softc *sc, struct pf_kstate *st)
2220 struct pfsync_softc *sc = V_pfsyncif;
2275 struct pfsync_softc *sc = V_pfsyncif;
2318 struct pfsync_softc *sc = V_pfsyncif;
2365 struct pfsync_softc *sc = V_pfsyncif;
2429 struct pfsync_softc *sc = V_pfsyncif;
2467 struct pfsync_softc *sc = V_pfsyncif;
2517 struct pfsync_softc *sc = V_pfsyncif;
2535 struct pfsync_softc *sc = arg;
2597 struct pfsync_softc *sc = V_pfsyncif;
2615 struct pfsync_softc *sc = arg;
2649 struct pfsync_softc *sc = V_pfsyncif;
2703 pfsync_push_all(struct pfsync_softc *sc)
2718 pfsync_tx(struct pfsync_softc *sc, struct mbuf *m)
2769 struct pfsync_softc *sc = arg;
2800 pfsync_multicast_setup(struct pfsync_softc *sc, struct ifnet *ifp,
2861 pfsync_multicast_cleanup(struct pfsync_softc *sc)
2891 struct pfsync_softc *sc = V_pfsyncif;
2934 pfsync_kstatus_to_softc(struct pfsync_kstatus *status, struct pfsync_softc *sc)