Searched refs:sc_radiobpf (Results 1 – 4 of 4) sorted by relevance
/netbsd/sys/dev/ic/ |
H A D | atwvar.h | 205 struct bpf_if * sc_radiobpf; member
|
H A D | rtwvar.h | 503 struct bpf_if * sc_radiobpf; member
|
H A D | atw.c | 818 sizeof(struct ieee80211_frame) + 64, &sc->sc_radiobpf); in atw_attach() 3210 if (sc->sc_radiobpf != NULL) { in atw_rxintr() 3225 bpf_mtap2(sc->sc_radiobpf, tap, sizeof(sc->sc_rxtapu), in atw_rxintr() 3613 if (sc->sc_radiobpf != NULL) { in atw_start() 3618 bpf_mtap2(sc->sc_radiobpf, tap, sizeof(sc->sc_txtapu), in atw_start()
|
H A D | rtw.c | 1623 if (sc->sc_radiobpf != NULL) { in rtw_intr_rx() 1646 bpf_mtap2(sc->sc_radiobpf, in rtw_intr_rx() 3456 if (sc->sc_radiobpf != NULL) { in rtw_start() 3461 bpf_mtap2(sc->sc_radiobpf, rt, sizeof(sc->sc_txtapu), in rtw_start() 4247 sizeof(struct ieee80211_frame) + 64, &sc->sc_radiobpf); in rtw_attach()
|