Home
last modified time | relevance | path

Searched refs:bif_methods (Results 1 – 6 of 6) sorted by relevance

/src/sys/net/
H A Dbpf.c95 const struct bif_methods *bif_methods; member
108 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 …]
H A Dbpf.h422 struct bif_methods;
426 const struct bif_methods *, void *);
470 struct bif_methods { struct
H A Dbpf_ifnet.c217 static const struct bif_methods bpf_ifnet_methods = {
/src/sys/netpfil/ipfw/
H A Dip_fw_bpf.c54 static const struct bif_methods bpf_ipfw_methods = {
/src/sys/dev/usb/
H A Dusb_pf.c69 static const struct bif_methods bpf_usb_methods = {
/src/sys/net80211/
H A Dieee80211_radiotap.c445 static const struct bif_methods bpf_ieee80211_methods = {