Lines Matching refs:pfsync_softc
114 struct pfsync_softc;
212 static void pfsync_tx(struct pfsync_softc *, struct mbuf *);
220 struct pfsync_softc *pd_sc;
231 struct pfsync_softc *b_sc;
248 struct pfsync_softc { struct
292 VNET_DEFINE_STATIC(struct pfsync_softc *, pfsyncif) = NULL; argument
307 static void pfsync_push_all(struct pfsync_softc *);
309 static int pfsync_multicast_setup(struct pfsync_softc *, struct ifnet *,
311 static void pfsync_multicast_cleanup(struct pfsync_softc *);
348 static void pfsync_drop_all(struct pfsync_softc *);
349 static void pfsync_drop(struct pfsync_softc *, int);
363 struct pfsync_softc *);
368 static struct pfsync_bucket *pfsync_get_bucket(struct pfsync_softc *,
382 struct pfsync_softc *sc; in pfsync_clone_create()
394 sc = malloc(sizeof(struct pfsync_softc), M_PFSYNC, M_WAITOK | M_ZERO); in pfsync_clone_create()
443 struct pfsync_softc *sc = ifp->if_softc; in pfsync_clone_destroy()
520 struct pfsync_softc *sc = V_pfsyncif; in pfsync_state_import()
843 struct pfsync_softc *sc = V_pfsyncif; in pfsync_input()
945 struct pfsync_softc *sc = V_pfsyncif; in pfsync6_input()
1213 struct pfsync_softc *sc = V_pfsyncif; in pfsync_in_upd()
1312 struct pfsync_softc *sc = V_pfsyncif; in pfsync_in_upd_c()
1472 struct pfsync_softc *sc = V_pfsyncif; in pfsync_in_bus()
1629 struct pfsync_softc *sc = ifp->if_softc; in pfsyncioctl()
1824 pfsync_drop_all(struct pfsync_softc *sc) in pfsync_drop_all()
1839 pfsync_drop(struct pfsync_softc *sc, int c) in pfsync_drop()
1877 struct pfsync_softc *sc = V_pfsyncif; in pfsync_sendout()
2055 struct pfsync_softc *sc = V_pfsyncif; in pfsync_insert_state()
2083 struct pfsync_softc *sc = V_pfsyncif; in pfsync_defer()
2138 struct pfsync_softc *sc = pd->pd_sc; in pfsync_undefer()
2164 struct pfsync_softc *sc = pd->pd_sc; in pfsync_defer_tmo()
2201 struct pfsync_softc *sc = V_pfsyncif; in pfsync_undefer_state_locked()
2222 struct pfsync_softc *sc = V_pfsyncif; in pfsync_undefer_state()
2231 pfsync_get_bucket(struct pfsync_softc *sc, struct pf_kstate *st) in pfsync_get_bucket()
2240 struct pfsync_softc *sc = V_pfsyncif; in pfsync_update_state()
2295 struct pfsync_softc *sc = V_pfsyncif; in pfsync_request_update()
2338 struct pfsync_softc *sc = V_pfsyncif; in pfsync_update_state_req()
2385 struct pfsync_softc *sc = V_pfsyncif; in pfsync_delete_state()
2449 struct pfsync_softc *sc = V_pfsyncif; in pfsync_sstate_to_qid()
2487 struct pfsync_softc *sc = V_pfsyncif; in pfsync_q_ins()
2537 struct pfsync_softc *sc = V_pfsyncif; in pfsync_bulk_start()
2555 struct pfsync_softc *sc = arg; in pfsync_bulk_update()
2617 struct pfsync_softc *sc = V_pfsyncif; in pfsync_bulk_status()
2635 struct pfsync_softc *sc = arg; in pfsync_bulk_fail()
2669 struct pfsync_softc *sc = V_pfsyncif; in pfsync_send_plus()
2723 pfsync_push_all(struct pfsync_softc *sc) in pfsync_push_all()
2738 pfsync_tx(struct pfsync_softc *sc, struct mbuf *m) in pfsync_tx()
2789 struct pfsync_softc *sc = arg; in pfsyncintr()
2820 pfsync_multicast_setup(struct pfsync_softc *sc, struct ifnet *ifp, in pfsync_multicast_setup()
2881 pfsync_multicast_cleanup(struct pfsync_softc *sc) in pfsync_multicast_cleanup()
2911 struct pfsync_softc *sc = V_pfsyncif; in pfsync_detach_ifnet()
2954 pfsync_kstatus_to_softc(struct pfsync_kstatus *status, struct pfsync_softc *sc) in pfsync_kstatus_to_softc()