Searched refs:bd_mac (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/bpf/ |
H A D | bpf.c | 321 d->bd_mac = *bpr; in bpf_attachd() 328 (void) strlcpy(d->bd_ifname, MBPF_CLIENT_NAME(&d->bd_mac, mcip), in bpf_attachd() 331 (void) MBPF_GET_LINKID(&d->bd_mac, d->bd_ifname, &d->bd_linkid, in bpf_attachd() 333 (void) MBPF_PROMISC_ADD(&d->bd_mac, d->bd_mcip, 0, d, in bpf_attachd() 382 MBPF_PROMISC_REMOVE(&d->bd_mac, mph); in bpf_detachd() 385 MBPF_CLIENT_CLOSE(&d->bd_mac, mch); in bpf_detachd() 388 MBPF_CLOSE(&d->bd_mac, mh); in bpf_detachd() 396 (void) memset(&d->bd_mac, 0, sizeof (d->bd_mac)); in bpf_detachd() 748 MBPF_SDU_GET(&d->bd_mac, d->bd_bif, &mtu); in bpfwrite() 769 error = MBPF_TX(&d->bd_mac, mch, m); in bpfwrite() [all …]
|
/illumos-gate/usr/src/uts/common/io/bpf/net/ |
H A D | bpfdesc.h | 171 bpf_provider_t bd_mac; member
|