HomeSort by: relevance | last modified time | path
    Searched refs:pfsync_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dist/pf/net/
if_pfsync.c 109 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;
869 struct pfsync_softc *sc = ifp->if_softc;
1021 pfsync_setmtu(struct pfsync_softc *sc, int mtu_req
    [all...]
if_pfsync.h 108 struct pfsync_softc { struct
134 extern struct pfsync_softc *pfsyncif;

Completed in 13 milliseconds