Searched refs:is_multicast_ether_addr (Results 1 - 117 of 117) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
H A Drecv_linux.c103 int bmcast = is_multicast_ether_addr(pattrib->dst); rtw_recv_indicatepkt23a()
/linux-4.1.27/include/linux/
H A Detherdevice.h105 * is_multicast_ether_addr - Determine if the Ethernet address is a multicast.
111 static inline bool is_multicast_ether_addr(const u8 *addr) is_multicast_ether_addr() function
150 return !is_multicast_ether_addr(addr); is_unicast_ether_addr()
168 return !is_multicast_ether_addr(addr) && !is_zero_ether_addr(addr); is_valid_ether_addr()
/linux-4.1.27/net/bridge/
H A Dbr_input.c145 if (!is_broadcast_ether_addr(dest) && is_multicast_ether_addr(dest) && br_handle_frame_finish()
168 } else if (is_multicast_ether_addr(dest)) { br_handle_frame_finish()
H A Dbr_device.c66 else if (is_multicast_ether_addr(dest)) { br_dev_xmit()
/linux-4.1.27/net/mac80211/
H A Dwme.c198 if (!sta && ra && !is_multicast_ether_addr(ra)) { ieee80211_select_queue()
251 if (is_multicast_ether_addr(hdr->addr1) || ieee80211_set_qos_hdr()
H A Drx.c627 if (is_multicast_ether_addr(hdr->addr1)) ieee80211_is_unicast_robust_mgmt_frame()
638 if (!is_multicast_ether_addr(hdr->addr1)) ieee80211_is_multicast_robust_mgmt_frame()
652 if (skb->len < 24 + sizeof(*mmie) || !is_multicast_ether_addr(hdr->da)) ieee80211_get_mmie_keyidx()
701 if (is_multicast_ether_addr(hdr->addr1)) { ieee80211_rx_mesh_check()
991 is_multicast_ether_addr(hdr->addr1)) ieee80211_rx_reorder_ampdu()
1069 is_multicast_ether_addr(hdr->addr1)) ieee80211_rx_h_check_dup()
1362 !is_multicast_ether_addr(hdr->addr1)) { ieee80211_rx_h_sta_process()
1375 } else if (!is_multicast_ether_addr(hdr->addr1)) { ieee80211_rx_h_sta_process()
1546 if (!is_multicast_ether_addr(hdr->addr1) && sta_ptk) { ieee80211_rx_h_decrypt()
1579 is_multicast_ether_addr(hdr->addr1) && ieee80211_rx_h_decrypt()
1636 if (is_multicast_ether_addr(hdr->addr1) && rx->sta) ieee80211_rx_h_decrypt()
1651 !is_multicast_ether_addr(hdr->addr1)) ieee80211_rx_h_decrypt()
1797 if (is_multicast_ether_addr(hdr->addr1)) { ieee80211_rx_h_defragment()
2022 if (is_multicast_ether_addr(hdr->addr1) && __ieee80211_data_to_8023()
2088 if (is_multicast_ether_addr(ehdr->h_dest)) { ieee80211_deliver_skb()
2187 if (is_multicast_ether_addr(hdr->addr1) && ieee80211_rx_h_amsdu()
2255 is_multicast_ether_addr(hdr->addr1) && ieee80211_rx_h_mesh_fwding()
2271 if (is_multicast_ether_addr(hdr->addr1)) { ieee80211_rx_h_mesh_fwding()
2296 if (!is_multicast_ether_addr(hdr->addr1) && ieee80211_rx_h_mesh_fwding()
2329 if (is_multicast_ether_addr(fwd_hdr->addr1)) { ieee80211_rx_h_mesh_fwding()
2351 if (is_multicast_ether_addr(hdr->addr1) || ieee80211_rx_h_mesh_fwding()
2437 !is_multicast_ether_addr( ieee80211_rx_h_data()
2951 if (is_multicast_ether_addr(mgmt->da)) ieee80211_rx_h_action_return()
3012 if (is_multicast_ether_addr(mgmt->da) && ieee80211_rx_h_mgmt()
3279 int multicast = is_multicast_ether_addr(hdr->addr1); prepare_for_handlers()
H A Dtx.c584 is_multicast_ether_addr(hdr->addr1) && ieee80211_tx_h_select_key()
588 else if (is_multicast_ether_addr(hdr->addr1) && ieee80211_tx_h_select_key()
591 else if (!is_multicast_ether_addr(hdr->addr1) && ieee80211_tx_h_select_key()
810 is_multicast_ether_addr(hdr->addr1)) { ieee80211_tx_h_sequence()
1048 group_addr = is_multicast_ether_addr(hdr->addr1); ieee80211_tx_h_calculate_duration()
1170 if (!tx->sta && !is_multicast_ether_addr(hdr->addr1)) ieee80211_tx_prepare()
1195 if (is_multicast_ether_addr(hdr->addr1)) { ieee80211_tx_prepare()
1913 if (is_multicast_ether_addr(skb->data)) { ieee80211_lookup_ra_sta()
2075 if (!is_multicast_ether_addr(skb->data)) { ieee80211_build_hdr()
2124 if (is_multicast_ether_addr(mesh_da)) ieee80211_build_hdr()
2210 multicast = is_multicast_ether_addr(hdr.addr1); ieee80211_build_hdr()
H A Dstatus.c314 !is_multicast_ether_addr(hdr->addr1)) ieee80211_add_tx_radiotap_header()
806 if (is_multicast_ether_addr(ieee80211_get_DA(hdr))) ieee80211_tx_status()
818 if (!is_multicast_ether_addr(hdr->addr1) || ieee80211_tx_status()
H A Dmesh_ps.c217 (is_multicast_ether_addr(hdr->addr1) && ieee80211_mps_set_frame_flags()
H A Dmesh_pathtbl.c543 if (is_multicast_ether_addr(dst)) mesh_path_add()
677 if (is_multicast_ether_addr(dst)) mpp_path_add()
H A Dmesh.c517 if (is_multicast_ether_addr(meshda)) { ieee80211_fill_mesh_addresses()
H A Dmesh_hwmp.c629 if (!is_multicast_ether_addr(da)) hwmp_preq_frame_process()
H A Dmesh_plink.c1111 if (is_multicast_ether_addr(mgmt->da)) { mesh_rx_plink_frame()
H A Dibss.c1528 if (!tx_last_beacon && is_multicast_ether_addr(mgmt->da)) ieee80211_rx_mgmt_probe_req()
H A Dsta_info.c423 is_multicast_ether_addr(sta->sta.addr))) sta_info_insert_check()
H A Dcfg.c1238 if (is_multicast_ether_addr(mac)) ieee80211_add_station()
H A Dmlme.c2117 if (is_multicast_ether_addr(hdr->addr1)) ieee80211_sta_rx_notify()
/linux-4.1.27/drivers/staging/rtl8723au/core/
H A Drtw_recv.c308 if (is_multicast_ether_addr(prxattrib->ra)) { recvframe_chkmic()
407 if ((is_multicast_ether_addr(prxattrib->ra)) && recvframe_chkmic()
414 rtw_handle_tkip_mic_err23a(adapter, (u8)is_multicast_ether_addr(prxattrib->ra)); recvframe_chkmic()
435 is_multicast_ether_addr(prxattrib->ra)) { recvframe_chkmic()
724 (!is_multicast_ether_addr(pattrib->dst))) count_rx_stats()
753 int bmcast = is_multicast_ether_addr(pattrib->dst); sta2sta_data_frame()
796 if (!is_multicast_ether_addr(pattrib->bssid)) { sta2sta_data_frame()
854 int bmcast = is_multicast_ether_addr(pattrib->dst); ap2sta_data_frame()
1222 is_multicast_ether_addr(hdr->addr1)) validate_recv_mgnt_frame()
1349 "^^^^^^^^^^^is_multicast_ether_addr(pattrib->ra(0x%02x)) =%d^^^^^^^^^^^^^^^6\n", validate_recv_data_frame()
1351 is_multicast_ether_addr(pattrib->ra)); validate_recv_data_frame()
1354 is_multicast_ether_addr(pattrib->ra)); validate_recv_data_frame()
2255 !is_multicast_ether_addr(prxattrib->ra) && rtw_recv_entry23a()
H A Drtw_security.c651 if (is_multicast_ether_addr(pattrib->ra)) rtw_tkip_encrypt23a()
741 if (is_multicast_ether_addr(prxattrib->ra)) { rtw_tkip_decrypt23a()
1329 if (is_multicast_ether_addr(pattrib->ra)) rtw_aes_encrypt23a()
1596 if (is_multicast_ether_addr(prxattrib->ra)) { rtw_aes_decrypt23a()
H A Drtw_sta_mgt.c363 if (is_multicast_ether_addr(hwaddr)) rtw_get_stainfo23a()
H A Drtw_xmit.c485 bmcast = is_multicast_ether_addr(pattrib->ra); update_attrib()
646 int bmcst = is_multicast_ether_addr(pattrib->ra); xmitframe_addmic()
848 int bmcst = is_multicast_ether_addr(pattrib->ra); rtw_make_wlanhdr()
1077 s32 bmcst = is_multicast_ether_addr(pattrib->ra); rtw_xmitframe_coalesce23a()
1921 int bmcst = is_multicast_ether_addr(pattrib->ra); xmitframe_enqueue_for_sleeping_sta23a()
H A Drtw_mlme.c2286 s32 bmcst = is_multicast_ether_addr(pattrib->ra); rtw_issue_addbareq_cmd23a()
/linux-4.1.27/drivers/net/ipvlan/
H A Dipvlan_core.c419 if (is_multicast_ether_addr(ethh->h_dest)) { ipvlan_process_outbound()
495 } else if (is_multicast_ether_addr(eth->h_dest)) { ipvlan_xmit_mode_l2()
583 if (is_multicast_ether_addr(eth->h_dest)) { ipvlan_handle_mode_l2()
/linux-4.1.27/drivers/staging/rtl8192e/
H A Drtllib_tx.c300 if (is_multicast_ether_addr(hdr->addr1)) rtllib_tx_query_agg_cap()
519 if (is_multicast_ether_addr(dst)) rtllib_query_seqnum()
715 bIsMulticast = is_multicast_ether_addr(header.addr1); rtllib_xmit_inter()
921 if (is_multicast_ether_addr(header.addr1)) rtllib_xmit_inter()
H A Drtl819x_TSProc.c320 if (is_multicast_ether_addr(Addr)) { GetTs()
H A Drtllib_rx.c1000 if (is_multicast_ether_addr(dst)) { rtllib_rx_data_filter()
1235 if (is_multicast_ether_addr(dst)) rtllib_rx_indicate_pkt_legacy()
1273 multicast = is_multicast_ether_addr(hdr->addr1); rtllib_rx_InfraAdhoc()
1355 && !is_multicast_ether_addr(hdr->addr1) rtllib_rx_InfraAdhoc()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_tx.c318 if (is_multicast_ether_addr(hdr->addr1)) ieee80211_tx_query_agg_cap()
584 if (is_multicast_ether_addr(dst)) ieee80211_query_seqnum()
702 if (is_multicast_ether_addr(header.addr1)) { ieee80211_xmit()
872 if (is_multicast_ether_addr(header.addr1)) ieee80211_xmit()
H A Drtl819x_TSProc.c332 if (is_multicast_ether_addr(Addr)) GetTs()
H A Dieee80211_rx.c1277 && !is_multicast_ether_addr(hdr->addr1)) ieee80211_rx()
1338 if (is_multicast_ether_addr(dst)) { ieee80211_rx()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
H A Dflowring.c81 if ((!sta) && (is_multicast_ether_addr(da))) { brcmf_flowring_lookup()
124 if ((!sta) && (is_multicast_ether_addr(da))) { brcmf_flowring_create()
H A Dfwsignal.c765 multicast = is_multicast_ether_addr(da); brcmf_fws_macdesc_find()
1894 bool multicast = is_multicast_ether_addr(eh->h_dest); brcmf_fws_process_skb()
H A Dcfg80211.c2068 if (!is_multicast_ether_addr(mac_addr)) brcmf_add_keyext()
/linux-4.1.27/drivers/net/
H A Drionet.c183 if (is_multicast_ether_addr(eth->h_dest)) rionet_start_xmit()
194 if (is_multicast_ether_addr(eth->h_dest)) { rionet_start_xmit()
H A Dmacvlan.c414 if (is_multicast_ether_addr(eth->h_dest)) { macvlan_handle_frame()
479 if (is_multicast_ether_addr(eth->h_dest)) { macvlan_queue_xmit()
907 else if (is_multicast_ether_addr(addr)) macvlan_fdb_add()
928 else if (is_multicast_ether_addr(addr)) macvlan_fdb_del()
H A Dvxlan.c731 if (!(is_multicast_ether_addr(f->eth_addr) || vxlan_fdb_create()
739 (is_multicast_ether_addr(f->eth_addr) || vxlan_fdb_create()
757 (is_multicast_ether_addr(mac) || is_zero_ether_addr(mac))) vxlan_fdb_create()
1583 if (is_multicast_ether_addr(eth_hdr(skb)->h_dest)) route_shortcircuit()
2093 !is_multicast_ether_addr(eth->h_dest)) vxlan_xmit()
H A Dtun.c674 if (!is_multicast_ether_addr(addr[n].u)) { update_filter()
712 if (is_multicast_ether_addr(eh->h_dest)) run_filter()
/linux-4.1.27/drivers/net/wireless/rtlwifi/
H A Drc.c208 if (is_multicast_ether_addr(ieee80211_get_DA(hdr)) || rtl_tx_status()
H A Dusb.c471 } else if (is_multicast_ether_addr(hdr->addr1)) { _rtl_usb_rx_process_agg()
513 } else if (is_multicast_ether_addr(hdr->addr1)) { _rtl_usb_rx_process_noagg()
988 if (is_multicast_ether_addr(pda_addr)) _rtl_usb_tx_preprocess()
H A Dpci.c879 } else if (is_multicast_ether_addr(hdr->addr1)) { _rtl_pci_rx_interrupt()
1661 if (is_multicast_ether_addr(pda_addr)) rtl_pci_tx()
H A Dbase.c1154 if (is_multicast_ether_addr(ieee80211_get_DA(hdr))) rtl_get_tcb_desc()
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
H A Dtxrx.c271 is_multicast_ether_addr(hdr->addr1); wcn36xx_start_tx()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/
H A Dtrx.c280 !is_multicast_ether_addr(ieee80211_get_DA(hdr))) { _rtl92ee_translate_rx_signal_stuff()
849 if (is_multicast_ether_addr(ieee80211_get_DA(hdr)) || rtl92ee_tx_fill_desc()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/
H A Dtrx.c344 !is_multicast_ether_addr(ieee80211_get_DA(hdr))) { translate_rx_signal_stuff()
837 if (is_multicast_ether_addr(ieee80211_get_DA(hdr)) || rtl8821ae_tx_fill_desc()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dcommon.c44 is_mc = !!is_multicast_ether_addr(hdr->addr1); ath9k_cmn_rx_accept()
H A Drecv.c607 is_multicast_ether_addr(hdr->addr1) && ath_rx_ps()
617 !is_multicast_ether_addr(hdr->addr1) && ath_rx_ps()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
H A Dlibipw_rx.c419 can_be_decrypted = (is_multicast_ether_addr(hdr->addr1) || libipw_rx()
775 if (is_multicast_ether_addr(dst)) { libipw_rx()
886 else if (is_multicast_ether_addr(hdr->addr1)) libipw_rx_any()
901 else if (is_multicast_ether_addr(hdr->addr1)) { libipw_rx_any()
H A Dlibipw_tx.c383 if (is_multicast_ether_addr(dest) || libipw_xmit()
H A Dipw2200.c7185 int unicast = !is_multicast_ether_addr(daddr); ipw_is_qos_active()
7738 (is_multicast_ether_addr(hdr->addr1) ? ipw_handle_data_packet()
8124 if (is_multicast_ether_addr(header->addr1)) is_network_packet()
8137 if (is_multicast_ether_addr(header->addr1)) is_network_packet()
10140 unicast = !is_multicast_ether_addr(hdr->addr1); ipw_tx_skb()
10155 unicast = !is_multicast_ether_addr(hdr->addr3); ipw_tx_skb()
/linux-4.1.27/drivers/uwb/
H A Daddress.c346 if (is_multicast_ether_addr(addr.data)) { uwb_rc_mac_addr_store()
/linux-4.1.27/net/batman-adv/
H A Dbridge_loop_avoidance.c1475 if (is_multicast_ether_addr(ethhdr->h_dest) && is_bcast) batadv_bla_rx()
1501 if (is_multicast_ether_addr(ethhdr->h_dest) && is_bcast) { batadv_bla_rx()
1574 if (is_multicast_ether_addr(ethhdr->h_dest)) batadv_bla_tx()
1599 if (is_multicast_ether_addr(ethhdr->h_dest)) { batadv_bla_tx()
H A Dsoft-interface.c207 if (!is_multicast_ether_addr(ethhdr->h_source)) { batadv_interface_tx()
228 if (is_multicast_ether_addr(ethhdr->h_dest)) { batadv_interface_tx()
423 if (is_multicast_ether_addr(ethhdr->h_dest)) { batadv_interface_rx()
H A Ddistributed-arp-table.c852 if (is_zero_ether_addr(hw_src) || is_multicast_ether_addr(hw_src)) batadv_arp_get_type()
859 is_multicast_ether_addr(hw_dst)) batadv_arp_get_type()
H A Dtranslation-table.c527 if (!is_multicast_ether_addr(addr)) batadv_tt_local_add()
603 is_multicast_ether_addr(addr)) batadv_tt_local_add()
1436 if (is_multicast_ether_addr(tt_addr)) batadv_tt_global_add()
/linux-4.1.27/net/bridge/netfilter/
H A Dnft_reject_bridge.c268 is_multicast_ether_addr(dest)) nft_reject_bridge_eval()
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Dtxrx.c54 if (is_multicast_ether_addr(eth_hdr->h_dest)) ath6kl_ibss_map_epid()
217 if (is_multicast_ether_addr(datap->h_dest)) { ath6kl_powersave_ap()
1571 if (is_multicast_ether_addr(datap->h_dest)) ath6kl_rx()
H A Dcfg80211.c3106 if (is_multicast_ether_addr(mgmt->da)) ath6kl_mgmt_powersave_ap()
/linux-4.1.27/drivers/net/hamradio/
H A Dbpqether.c437 if (is_multicast_ether_addr(bpqdev->acpt_addr)) bpq_seq_show()
/linux-4.1.27/drivers/net/wireless/mwifiex/
H A Duap_txrx.c235 if (is_multicast_ether_addr(ra)) { mwifiex_handle_uap_rx_forward()
H A Dmain.c757 multicast = is_multicast_ether_addr(skb->data); mwifiex_hard_start_xmit()
/linux-4.1.27/drivers/staging/rtl8723au/hal/
H A Drtl8723au_xmit.c144 int bmcst = is_multicast_ether_addr(pattrib->ra); update_txdesc()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/
H A Dtrx.c535 if (is_multicast_ether_addr(ieee80211_get_DA(hdr)) || rtl8723e_tx_fill_desc()
/linux-4.1.27/drivers/net/wireless/hostap/
H A Dhostap_80211_tx.c177 is_multicast_ether_addr(skb->data)) hostap_data_start_xmit()
/linux-4.1.27/arch/xtensa/platforms/iss/
H A Dnetwork.c136 if (is_multicast_ether_addr(addr)) { setup_etheraddr()
/linux-4.1.27/net/ethernet/
H A Deth.c162 if (unlikely(is_multicast_ether_addr(eth->h_dest))) { eth_type_trans()
/linux-4.1.27/net/llc/
H A Dllc_sap.c428 if (is_multicast_ether_addr(laddr.mac)) { llc_sap_handler()
/linux-4.1.27/drivers/net/dsa/
H A Dmv88e6xxx.c1148 int state = is_multicast_ether_addr(addr) ? mv88e6xxx_port_fdb_add()
1207 *is_static = state == (is_multicast_ether_addr(addr) ? __mv88e6xxx_port_getnext()
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_vf.c323 if (!is_multicast_ether_addr(mac)) fm10k_update_mc_addr_vf()
H A Dfm10k_netdev.c928 if (!is_multicast_ether_addr(addr)) __fm10k_mc_sync()
H A Dfm10k_pf.c397 if (!is_multicast_ether_addr(mac)) fm10k_update_mc_addr_pf()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/
H A Dtrx.c680 if (is_multicast_ether_addr(ieee80211_get_DA(hdr)) || rtl88ee_tx_fill_desc()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ce/
H A Dtrx.c593 if (is_multicast_ether_addr(ieee80211_get_DA(hdr)) || rtl92ce_tx_fill_desc()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192cu/
H A Dtrx.c617 if (is_multicast_ether_addr(ieee80211_get_DA(hdr)) || rtl92cu_tx_fill_desc()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/
H A Dtrx.c597 if (is_multicast_ether_addr(ieee80211_get_DA(hdr)) || rtl8723be_tx_fill_desc()
/linux-4.1.27/arch/um/drivers/
H A Dnet_kern.c318 if (is_multicast_ether_addr(addr)) { setup_etheraddr()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c531 int mcast = is_multicast_ether_addr(eth->h_dest); wil_netif_rx_any()
1260 bool bcast = is_multicast_ether_addr(eth->h_dest); wil_start_xmit()
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/
H A Dvxge-main.c691 if (is_multicast_ether_addr(mac->macaddr)) vxge_mac_list_add()
705 if (is_multicast_ether_addr(mac->macaddr)) vxge_add_mac_addr()
1081 if (is_multicast_ether_addr(mac->macaddr)) vxge_mac_list_del()
1203 if (is_multicast_ether_addr(mac_info.macaddr)) { list_for_each_safe()
1245 if (is_multicast_ether_addr(mac_info.macaddr)) list_for_each_safe()
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
H A Dixgb_hw.c1131 if (is_multicast_ether_addr(mac_addr)) { mac_addr_valid()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c820 if (is_multicast_ether_addr(ethh->h_dest)) { mlx4_en_process_rx_cq()
H A Dresource_tracker.c3954 if (!is_multicast_ether_addr(eth_header->eth.dst_mac) && validate_eth_header_mac()
/linux-4.1.27/drivers/net/plip/
H A Dplip.c550 if(is_multicast_ether_addr(eth->h_dest)) plip_type_trans()
/linux-4.1.27/drivers/net/usb/
H A Dqmi_wwan.c97 if (is_multicast_ether_addr(skb->data)) qmi_wwan_rx_fixup()
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Drx.c982 is_multicast_ether_addr(spec->loc_mac)) efx_filter_is_mc_recipient()
H A Def10.c2194 !is_multicast_ether_addr(spec->loc_mac)) efx_ef10_filter_is_exclusive()
2262 is_multicast_ether_addr(spec->loc_mac) ? efx_ef10_filter_push_prep()
H A Dfarch.c2115 spec->type = (is_multicast_ether_addr(gen_spec->loc_mac) ? efx_farch_filter_from_gen_spec()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
H A Dcoex.c976 is_multicast_ether_addr(hdr->addr1) || iwl_mvm_bt_coex_tx_prio()
H A Dtx.c144 !is_multicast_ether_addr(ieee80211_get_DA(hdr))) iwl_mvm_set_tx_cmd()
H A Dd3.c1278 if (is_multicast_ether_addr(hdr->addr1)) { iwl_mvm_report_wakeup_reasons()
/linux-4.1.27/drivers/staging/wlan-ng/
H A Dp80211netdev.c244 if (!is_multicast_ether_addr(hdr->a1)) p80211_convert_to_ether()
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
H A Dtx.c168 if (is_multicast_ether_addr(ieee80211_get_DA(hdr))) wl12xx_tx_get_hlid_ap()
/linux-4.1.27/drivers/net/wireless/cw1200/
H A Dtxrx.c450 else if (is_multicast_ether_addr(t->da)) { cw1200_tx_h_calc_link_ids()
/linux-4.1.27/drivers/usb/gadget/function/
H A Du_ether.c512 if (is_multicast_ether_addr(dest)) { eth_start_xmit()
/linux-4.1.27/net/wireless/
H A Dutil.c475 (is_multicast_ether_addr(dst) && ieee80211_data_to_8023()
H A Dnl80211.c5723 if (!is_multicast_ether_addr(mac_addr_mask) || nl80211_parse_random_mac()
5724 is_multicast_ether_addr(mac_addr)) nl80211_parse_random_mac()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c392 } else if (is_multicast_ether_addr(addr)) { qlcnic_fdb_del()
425 } else if (is_multicast_ether_addr(addr)) { qlcnic_fdb_add()
/linux-4.1.27/drivers/net/ethernet/renesas/
H A Dsh_eth.c2745 if (is_multicast_ether_addr(addr)) sh_eth_tsu_purge_mcast()
2782 if (mcast_all && is_multicast_ether_addr(ha->addr)) netdev_for_each_mc_addr()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.c2019 else if (is_multicast_ether_addr(pda_addr)) rtl8192_tx()
2350 if (!is_multicast_ether_addr(rtllib_hdr->addr1)) { rtl8192_rx_normal()
/linux-4.1.27/net/core/
H A Drtnetlink.c2523 else if (is_multicast_ether_addr(addr)) ndo_dflt_fdb_add()
2648 else if (is_multicast_ether_addr(addr)) ndo_dflt_fdb_del()
/linux-4.1.27/drivers/net/bonding/
H A Dbond_alb.c1336 if (!is_multicast_ether_addr(eth_data->h_dest)) { bond_tlb_xmit()
/linux-4.1.27/drivers/s390/net/
H A Dqeth_l2_main.c250 if (is_multicast_ether_addr(skb->data)) qeth_l2_get_cast_type()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmain.c6355 if (!is_multicast_ether_addr(h->addr1)) { brcms_c_d11hdrs_mac80211()
6496 (phylen > wlc->RTSThresh) && !is_multicast_ether_addr(h->addr1)) brcms_c_d11hdrs_mac80211()
6519 !is_multicast_ether_addr(h->addr1) && !use_rifs) { brcms_c_d11hdrs_mac80211()
6537 else if (is_multicast_ether_addr(h->addr1) || use_rifs) brcms_c_d11hdrs_mac80211()
6549 if (!is_multicast_ether_addr(h->addr1)) brcms_c_d11hdrs_mac80211()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
H A Dmac.c200 if (is_multicast_ether_addr(alt_mac_addr)) { e1000_check_alt_mac_addr_generic()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c1509 } else if (vf->pf_set_mac && !is_multicast_ether_addr(macaddr) && i40e_check_vf_permission()
H A Di40e_main.c1665 if (is_multicast_ether_addr(f->macaddr)) { netdev_for_each_mc_addr()
7965 else if (is_multicast_ether_addr(addr)) i40e_ndo_fdb_add()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
H A Di40evf_main.c880 if (is_multicast_ether_addr(f->macaddr)) { netdev_for_each_mc_addr()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
H A De1000_mac.c278 if (is_multicast_ether_addr(alt_mac_addr)) { igb_check_alt_mac_addr()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c908 is_multicast_ether_addr(ieee80211_get_DA(hdr)) ? ath10k_process_rx()
/linux-4.1.27/drivers/net/ethernet/tile/
H A Dtilegx.c543 !is_multicast_ether_addr(buf) && filter_packet()
H A Dtilepro.c751 if (!is_multicast_ether_addr(buf)) { tile_net_poll_aux()
/linux-4.1.27/drivers/staging/slicoss/
H A Dslicoss.c747 if (is_multicast_ether_addr(ether_frame->ether_dhost)) { slic_mac_filter()
/linux-4.1.27/drivers/net/ethernet/marvell/
H A Dmvpp2.c3080 else if (is_multicast_ether_addr(da)) mvpp2_prs_mac_da_accept()
3150 if (is_multicast_ether_addr(da) && !is_broadcast_ether_addr(da)) mvpp2_prs_mcast_del_all()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
H A De1000_main.c4058 else if (is_multicast_ether_addr(mac_addr)) e1000_tbi_adjust_stats()
/linux-4.1.27/drivers/net/ethernet/rocker/
H A Drocker.c2454 if (is_multicast_ether_addr(eth_dst)) { rocker_flow_tbl_term_mac()
/linux-4.1.27/drivers/net/wireless/
H A Dmwl8k.c1943 if (is_multicast_ether_addr(wh->addr1)) mwl8k_txq_xmit()
/linux-4.1.27/drivers/staging/rtl8192u/
H A Dr8192U_core.c4507 } else if (is_multicast_ether_addr(ieee80211_hdr->addr1)) { rtl8192_rx_nomal()
/linux-4.1.27/drivers/net/wireless/iwlegacy/
H A D3945-mac.c499 unicast = !is_multicast_ether_addr(hdr->addr1); il3945_tx_skb()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c3789 if (unlikely(is_multicast_ether_addr(eth->h_dest))) { bnx2x_start_xmit()
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
H A Dde4x5.c1870 if (is_multicast_ether_addr(buf)) { de4x5_local_stats()

Completed in 5557 milliseconds