Lines Matching refs:ds_promisc
163 if (dsp->ds_promisc & DLS_PROMISC_SAP) in dls_bind()
185 if (sap == ETHERTYPE_VLAN && dsp->ds_promisc == 0) { in dls_bind()
252 uint32_t old_flags = dsp->ds_promisc; in dls_promisc()
292 dsp->ds_promisc = new_flags; in dls_promisc()
294 dsp->ds_promisc = new_flags; in dls_promisc()
298 dsp->ds_promisc = old_flags; in dls_promisc()
311 dsp->ds_promisc = new_flags; in dls_promisc()
326 dsp->ds_promisc = new_flags; in dls_promisc()
330 dsp->ds_promisc = old_flags; in dls_promisc()
557 if (dsp->ds_promisc != 0) { in dls_accept_common()
568 if (!promisc && !(dsp->ds_promisc == DLS_PROMISC_MULTI && in dls_accept_common()
575 if (dsp->ds_promisc & DLS_PROMISC_PHYS) in dls_accept_common()
602 if (dsp->ds_promisc & DLS_PROMISC_MULTI) in dls_accept_common()