Searched refs:bif_methods (Results 1 – 6 of 6) sorted by relevance
95 const struct bif_methods *bif_methods; member108 if (bp->bif_methods->bif_attachd != NULL) in bif_attachd()109 bp->bif_methods->bif_attachd(bp->bif_softc); in bif_attachd()115 if (bp->bif_methods->bif_detachd != NULL) in bif_detachd()116 bp->bif_methods->bif_detachd(bp->bif_softc); in bif_detachd()122 if (bp->bif_methods->bif_wrsize != NULL) in bif_wrsize()123 return (bp->bif_methods->bif_wrsize(bp->bif_softc)); in bif_wrsize()131 if (bp->bif_methods->bif_promisc != NULL) in bif_promisc()132 return (bp->bif_methods->bif_promisc(bp->bif_softc, on)); in bif_promisc()141 if (bp->bif_methods->bif_mac_check_receive != NULL) in bif_mac_check_receive()[all …]
422 struct bif_methods;426 const struct bif_methods *, void *);470 struct bif_methods { struct
217 static const struct bif_methods bpf_ifnet_methods = {
54 static const struct bif_methods bpf_ipfw_methods = {
69 static const struct bif_methods bpf_usb_methods = {
445 static const struct bif_methods bpf_ieee80211_methods = {