Home
last modified time | relevance | path

Searched refs:mac_promisc_add (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls.c190 err = mac_promisc_add(dsp->ds_mch, in dls_bind()
295 err = mac_promisc_add(dsp->ds_mch, mptype, in dls_promisc()
318 err = mac_promisc_add(dsp->ds_mch, in dls_promisc()
327 err = mac_promisc_add(dsp->ds_mch, mptype, in dls_promisc()
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_mac.c122 return (mac_promisc_add((mac_client_handle_t)chandle, how, bpf_mtap, in mac_bpf_promisc_add()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client.h148 extern int mac_promisc_add(mac_client_handle_t, mac_client_promisc_type_t,
/illumos-gate/usr/src/uts/intel/io/viona/
H A Dviona_rx.c799 err = mac_promisc_add(link->l_mch, MAC_CLIENT_PROMISC_MULTI, in viona_rx_set()
806 err = mac_promisc_add(link->l_mch, MAC_CLIENT_PROMISC_ALL, in viona_rx_set()
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_eth.c184 ret = mac_promisc_add(mac->fm_cli_handle, in fcoe_enable_callback()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c629 error = mac_promisc_add(ps->ps_mch, MAC_CLIENT_PROMISC_ALL, in sdpfp_bind()
1527 error = mac_promisc_add(ps->ps_mch, turnon, pfp_packet, ps, in pfp_set_promisc()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnbo.c339 err = mac_promisc_add(xnbop->o_mch, MAC_CLIENT_PROMISC_ALL, in xnbo_open_mac()
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c2909 err = mac_promisc_add(blp->bl_mch, MAC_CLIENT_PROMISC_ALL, NULL, in bridge_add_link()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c3343 mac_promisc_add(mac_client_handle_t mch, mac_client_promisc_type_t type, in mac_promisc_add() function