Lines Matching defs:pfsync_softc
107 struct pfsync_softc;
158 struct pfsync_softc *s_pfsync;
197 struct pfsync_softc {
237 static struct pfsync_softc *pfsyncif = NULL;
254 static int pfsync_up(struct pfsync_softc *);
255 static int pfsync_down(struct pfsync_softc *);
257 static int pfsync_set_mtu(struct pfsync_softc *, unsigned int);
258 static int pfsync_set_parent(struct pfsync_softc *,
260 static int pfsync_get_parent(struct pfsync_softc *, struct if_parent *);
261 static int pfsync_del_parent(struct pfsync_softc *);
263 static int pfsync_get_ioc(struct pfsync_softc *, struct ifreq *);
264 static int pfsync_set_ioc(struct pfsync_softc *, struct ifreq *);
269 static void pfsync_sendout(struct pfsync_softc *, struct mbuf *);
270 static void pfsync_slice_drop(struct pfsync_softc *, struct pfsync_slice *);
280 static void pfsync_bulk_req_evt(struct pfsync_softc *,
364 struct pfsync_softc *sc;
466 struct pfsync_softc *sc = ifp->if_softc;
494 pfsync_dprintf(struct pfsync_softc *sc, const char *fmt, ...)
512 struct pfsync_softc *sc = arg;
536 struct pfsync_softc *sc = arg;
558 struct pfsync_softc *sc = ifp->if_softc;
611 pfsync_set_mtu(struct pfsync_softc *sc, unsigned int mtu)
635 pfsync_set_parent(struct pfsync_softc *sc, const struct if_parent *p)
662 pfsync_get_parent(struct pfsync_softc *sc, struct if_parent *p)
678 pfsync_del_parent(struct pfsync_softc *sc)
692 pfsync_get_ioc(struct pfsync_softc *sc, struct ifreq *ifr)
714 pfsync_set_ioc(struct pfsync_softc *sc, struct ifreq *ifr)
766 pfsync_up(struct pfsync_softc *sc)
848 pfsync_encap(struct pfsync_softc *sc, struct mbuf *m)
877 pfsync_bulk_req_send(struct pfsync_softc *sc)
924 pfsync_bulk_req_nstate(struct pfsync_softc *sc,
935 pfsync_bulk_req_invstate(struct pfsync_softc *sc,
944 pfsync_bulk_req_nstate_bulk(struct pfsync_softc *sc)
961 pfsync_bulk_req_nstate_done(struct pfsync_softc *sc)
974 pfsync_bulk_req_evt(struct pfsync_softc *sc, enum pfsync_bulk_req_event evt)
1109 struct pfsync_softc *sc = arg;
1117 pfsync_down(struct pfsync_softc *sc)
1267 pfsync_slice_enter(struct pfsync_softc *sc, const struct pf_state *st)
1282 pfsync_slice_leave(struct pfsync_softc *sc, struct pfsync_slice *s)
1368 pfsync_slice_drop(struct pfsync_softc *sc, struct pfsync_slice *s)
1408 struct pfsync_softc *sc = s->s_pfsync;
1528 pfsync_sendout(struct pfsync_softc *sc, struct mbuf *m)
1695 struct pfsync_softc *sc;
1739 struct pfsync_softc *sc;
1794 struct pfsync_softc *sc;
1845 struct pfsync_softc *sc;
1902 struct pfsync_softc *sc;
1930 struct pfsync_softc *sc;
1981 pfsync_deferred(struct pfsync_softc *sc, struct pf_state *st)
2119 pfsync_bulk_snd_bus(struct pfsync_softc *sc,
2147 pfsync_bulk_snd_states(struct pfsync_softc *sc,
2198 pfsync_bulk_snd_sub(struct pfsync_softc *sc,
2228 pfsync_bulk_snd_start(struct pfsync_softc *sc)
2297 struct pfsync_softc *sc = arg;
2358 pfsync_update_state_req(struct pfsync_softc *sc, struct pf_state *st)
2420 pfsync_slice_enter_tdb(struct pfsync_softc *sc, const struct tdb *t)
2501 struct pfsync_softc *sc;
2530 struct pfsync_softc *sc;
2568 void (*in)(struct pfsync_softc *, const caddr_t,
2573 static void pfsync_in_clr(struct pfsync_softc *,
2575 static void pfsync_in_iack(struct pfsync_softc *,
2577 static void pfsync_in_upd_c(struct pfsync_softc *,
2579 static void pfsync_in_ureq(struct pfsync_softc *,
2581 static void pfsync_in_del(struct pfsync_softc *,
2583 static void pfsync_in_del_c(struct pfsync_softc *,
2585 static void pfsync_in_bus(struct pfsync_softc *,
2587 static void pfsync_in_tdb(struct pfsync_softc *,
2589 static void pfsync_in_ins(struct pfsync_softc *,
2591 static void pfsync_in_upd(struct pfsync_softc *,
2618 pfsync_in_skip(struct pfsync_softc *sc,
2627 struct pfsync_softc *sc;
2631 void (*in)(struct pfsync_softc *,
2753 pfsync_in_clr(struct pfsync_softc *sc,
2809 pfsync_in_ins(struct pfsync_softc *sc,
2844 pfsync_in_iack(struct pfsync_softc *sc,
2905 pfsync_in_updates(struct pfsync_softc *sc, struct pf_state *st,
2985 pfsync_in_upd(struct pfsync_softc *sc,
3029 pfsync_upd_req_init(struct pfsync_softc *sc, unsigned int count)
3060 pfsync_in_upd_c(struct pfsync_softc *sc,
3144 pfsync_in_ureq(struct pfsync_softc *sc,
3183 pfsync_in_del(struct pfsync_softc *sc,
3215 pfsync_in_del_c(struct pfsync_softc *sc,
3247 pfsync_in_bus(struct pfsync_softc *sc,
3306 pfsync_in_tdb(struct pfsync_softc *sc,