Home
last modified time | relevance | path

Searched refs:bif_attachd (Results 1 – 3 of 3) sorted by relevance

/src/sys/net/
H A Dbpf.h471 bif_attachd_t *bif_attachd; member
H A Dbpf.c106 bif_attachd(struct bpf_if *bp) in bif_attachd() function
108 if (bp->bif_methods->bif_attachd != NULL) in bif_attachd()
109 bp->bif_methods->bif_attachd(bp->bif_softc); in bif_attachd()
1907 bif_attachd(d->bd_bif); in bpf_setf()
1990 bif_attachd(bp); in bpf_attachd()
/src/sys/net80211/
H A Dieee80211_radiotap.c447 .bif_attachd = bpf_ieee80211_attach,