Home
last modified time | relevance | path

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

/netbsd-src/sys/dist/pf/net/
H A Dif_pfsync.c109 struct pfsync_softc *pfsyncif = NULL;
113 void pfsync_setmtu(struct pfsync_softc *, int);
123 struct mbuf *pfsync_get_mbuf(struct pfsync_softc *, u_int8_t, void **);
125 int pfsync_sendout(struct pfsync_softc *);
126 int pfsync_tdb_sendout(struct pfsync_softc *);
127 int pfsync_sendout_mbuf(struct pfsync_softc *, struct mbuf *);
130 void pfsync_send_bus(struct pfsync_softc *, u_int8_t);
355 struct pfsync_softc *sc = pfsyncif; in pfsync_input()
869 struct pfsync_softc *sc = ifp->if_softc; in pfsyncioctl()
1021 pfsync_setmtu(struct pfsync_softc *sc, int mtu_req) in pfsync_setmtu()
[all …]
H A Dif_pfsync.h108 struct pfsync_softc { struct
134 extern struct pfsync_softc *pfsyncif; argument