Searched refs:wtap_softc (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/sys/dev/wtap/
H A Dif_wtapvar.h129 struct wtap_softc { struct
148 int32_t wtap_attach(struct wtap_softc *, const uint8_t *macaddr);
149 int32_t wtap_detach(struct wtap_softc *);
150 void wtap_resume(struct wtap_softc *);
151 void wtap_suspend(struct wtap_softc *);
152 void wtap_shutdown(struct wtap_softc *);
153 void wtap_intr(struct wtap_softc *);
154 void wtap_inject(struct wtap_softc *, struct mbuf *);
155 void wtap_rx_deliver(struct wtap_softc *, struct mbuf *);
H A Dif_wtap.c90 struct wtap_softc *sc;
114 sc = (struct wtap_softc *)ifp->if_softc;
196 wtap_beacon_alloc(struct wtap_softc *sc, struct ieee80211_node *ni)
220 wtap_beacon_config(struct wtap_softc *sc, struct ieee80211vap *vap)
264 struct wtap_softc *sc = ic->ic_softc;
321 struct wtap_softc *sc = ic->ic_softc;
379 struct wtap_softc *sc = ic->ic_softc;
435 wtap_inject(struct wtap_softc *sc, struct mbuf *m)
449 wtap_rx_deliver(struct wtap_softc *sc, struct mbuf *m)
486 struct wtap_softc *s
[all...]
/freebsd-11-stable/sys/dev/wtap/plugins/
H A Dvisibility.c150 struct wtap_softc *sc =
/freebsd-11-stable/sys/dev/wtap/wtap_hal/
H A Dhal.c180 hal->hal_devs[id] = (struct wtap_softc *)malloc(
181 sizeof(struct wtap_softc), M_WTAP, M_NOWAIT | M_ZERO);
182 bzero(hal->hal_devs[id], sizeof(struct wtap_softc));
187 mtx_init(&hal->hal_devs[id]->sc_mtx, "wtap_softc mtx", NULL,
H A Dhal.h43 struct wtap_softc *hal_devs[MAX_NBR_WTAP];

Completed in 138 milliseconds