Home
last modified time | relevance | path

Searched refs:is_multicast_ether_addr (Results 1 – 25 of 141) sorted by relevance

123456

/linux/include/linux/
H A Detherdevice.h130 static inline bool is_multicast_ether_addr(const u8 *addr) in is_multicast_ether_addr() function
153 return is_multicast_ether_addr(addr); in is_multicast_ether_addr_64bits()
191 return !is_multicast_ether_addr(addr); in is_unicast_ether_addr()
209 return !is_multicast_ether_addr(addr) && !is_zero_ether_addr(addr); in is_valid_ether_addr()
/linux/net/mac80211/
H A Dwme.c159 !is_multicast_ether_addr(eth->h_dest)) || in ieee80211_select_queue()
224 if (is_multicast_ether_addr(hdr->addr1) || in ieee80211_set_qos_hdr()
H A Drx.c1065 if (is_multicast_ether_addr(hdr->addr1)) in ieee80211_is_unicast_robust_mgmt_frame()
1076 if (!is_multicast_ether_addr(hdr->addr1)) in ieee80211_is_multicast_robust_mgmt_frame()
1090 if (skb->len < 24 + sizeof(*mmie) || !is_multicast_ether_addr(hdr->da)) in ieee80211_get_mmie_keyidx()
1137 if (is_multicast_ether_addr(hdr->addr1)) { in ieee80211_rx_mesh_check()
1456 is_multicast_ether_addr(hdr->addr1)) in ieee80211_rx_reorder_ampdu()
1547 if (unlikely(is_multicast_ether_addr(hdr->addr1))) { in ieee80211_rx_h_check_dup()
1604 !is_multicast_ether_addr(hdr->addr1) && in ieee80211_rx_h_check()
1889 !is_multicast_ether_addr(hdr->addr1)) in ieee80211_rx_h_sta_process()
1896 !is_multicast_ether_addr(hdr->addr1)) { in ieee80211_rx_h_sta_process()
1942 !is_multicast_ether_addr(hdr->addr1) && in ieee80211_rx_h_sta_process()
[all …]
H A Dtx.c583 is_multicast_ether_addr(hdr->addr1) && in ieee80211_select_link_key()
586 else if (is_multicast_ether_addr(hdr->addr1)) in ieee80211_select_link_key()
609 else if (!is_multicast_ether_addr(hdr->addr1) && in ieee80211_tx_h_select_key()
847 if (unlikely(is_multicast_ether_addr(hdr->addr1) && in ieee80211_tx_h_sequence()
863 is_multicast_ether_addr(hdr->addr1)) { in ieee80211_tx_h_sequence()
1097 group_addr = is_multicast_ether_addr(hdr->addr1); in ieee80211_tx_h_calculate_duration()
1244 if (!tx->sta && !is_multicast_ether_addr(hdr->addr1)) { in ieee80211_tx_prepare()
1274 if (is_multicast_ether_addr(hdr->addr1)) { in ieee80211_tx_prepare()
2526 if (is_multicast_ether_addr(skb->data)) { in ieee80211_lookup_ra_sta()
2566 if (is_multicast_ether_addr(skb->data)) { in ieee80211_lookup_ra_sta()
[all …]
H A Dstatus.c319 !is_multicast_ether_addr(hdr->addr1)) in ieee80211_add_tx_radiotap_header()
1099 if (is_multicast_ether_addr(ieee80211_get_DA(hdr))) in __ieee80211_tx_status()
1111 if (!is_multicast_ether_addr(hdr->addr1) || in __ieee80211_tx_status()
/linux/net/dsa/
H A Dtag_lan9303.c54 return chip->is_bridged && !is_multicast_ether_addr(dest_addr); in lan9303_xmit_use_arl()
/linux/drivers/net/wireless/realtek/rtw88/
H A Dtx.c24 !is_multicast_ether_addr(hdr->addr1)) { in rtw_tx_stats()
435 is_multicast_ether_addr(hdr->addr1); in rtw_tx_pkt_info_update()
469 is_multicast_ether_addr(hdr->addr1); in rtw_tx_rsvd_page_pkt_info_update()
737 is_multicast_ether_addr(hdr->addr1)) in rtw_tx_queue_mapping()
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_rx_filter.c420 if (is_multicast_ether_addr(ctx.cmd.rx_filter_add.mac.addr)) in ionic_lif_filter_add()
497 if (is_multicast_ether_addr(ac->mac.addr) && lif->nmcast) in ionic_lif_filter_del()
499 else if (!is_multicast_ether_addr(ac->mac.addr) && lif->nucast) in ionic_lif_filter_del()
/linux/net/batman-adv/
H A Drouting.c430 if (is_multicast_ether_addr(ethhdr->h_source)) in batadv_recv_icmp_packet()
527 if (is_multicast_ether_addr(ethhdr->h_source)) in batadv_check_unicast_packet()
911 if (is_multicast_ether_addr(ethhdr->h_dest)) in batadv_check_unicast_ttvn()
1286 if (is_multicast_ether_addr(ethhdr->h_source)) in batadv_recv_bcast_packet()
H A Dmesh-interface.c284 if (!is_multicast_ether_addr(ethhdr->h_source) && in batadv_interface_tx()
311 if (is_multicast_ether_addr(ethhdr->h_dest)) { in batadv_interface_tx()
518 if (is_multicast_ether_addr(ethhdr->h_dest)) { in batadv_interface_rx()
H A Dmulticast_forw.c673 if (is_multicast_ether_addr(next_dest)) { in batadv_mcast_forw_scrub_dests()
966 if (is_multicast_ether_addr(dest)) { in batadv_mcast_forw_packet()
H A Dbridge_loop_avoidance.c1980 if (is_multicast_ether_addr(ethhdr->h_dest)) in batadv_bla_rx()
2001 if (is_multicast_ether_addr(ethhdr->h_dest) && in batadv_bla_rx()
2039 if (is_multicast_ether_addr(ethhdr->h_dest) && in batadv_bla_rx()
2118 if (is_multicast_ether_addr(ethhdr->h_dest)) in batadv_bla_tx()
2159 if (is_multicast_ether_addr(ethhdr->h_dest)) { in batadv_bla_tx()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Duap_txrx.c254 if (is_multicast_ether_addr(ra)) { in mwifiex_handle_uap_rx_forward()
297 if (is_multicast_ether_addr(p_ethhdr->h_dest) || in mwifiex_uap_recv_packet()
H A Dsta_rx.c155 if (likely(!is_multicast_ether_addr(rx_pkt_hdr->eth803_hdr.h_dest))) { in mwifiex_process_rx_packet()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Duap_txrx.c242 if (is_multicast_ether_addr(ra)) { in nxpwifi_handle_uap_rx_forward()
289 if (is_multicast_ether_addr(p_ethhdr->h_dest) || dst_node) { in nxpwifi_uap_recv_packet()
H A Dsta_rx.c139 if (likely(!is_multicast_ether_addr(rx_pkt_hdr->eth803_hdr.h_dest))) { in nxpwifi_process_rx_packet()
/linux/drivers/net/dsa/b53/
H A Db53_priv.h429 if (is_multicast_ether_addr(ent->mac) && (ext & ARL_SRCH_RSLT_EXT_MC_MII)) in b53_arl_search_to_entry_25()
431 else if (!is_multicast_ether_addr(ent->mac) && ent->port == B53_CPU_PORT) in b53_arl_search_to_entry_25()
/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Dnet.c41 if (!is_multicast_ether_addr(ethhdr->h_dest) || in iwl_mei_rx_filter_eth()
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Drc.c225 if (is_multicast_ether_addr(ieee80211_get_DA(hdr)) || in rtl_tx_status()
/linux/drivers/net/dsa/realtek/
H A Drtl83xx.c561 if (is_multicast_ether_addr(addr)) in rtl83xx_port_fdb_add()
612 if (is_multicast_ether_addr(addr)) in rtl83xx_port_fdb_del()
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_rpc.c196 if (is_multicast_ether_addr(bmc_mac)) in fbnic_bmc_rpc_init()
499 if (!is_multicast_ether_addr(mac_addr->value.addr8) || in fbnic_promisc_sync()
695 if (is_multicast_ether_addr(mac_addr->value.addr8)) in fbnic_write_tce_tcam_dest()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_sriov.c74 if (is_multicast_ether_addr(mac)) { in nfp_app_set_vf_mac()
/linux/drivers/net/
H A Drionet.c181 if (is_multicast_ether_addr(eth->h_dest)) in rionet_start_xmit()
192 if (is_multicast_ether_addr(eth->h_dest)) { in rionet_start_xmit()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c374 } else if (!is_multicast_ether_addr(hdr->addr2)) { in iwl_mvm_rx_rx_mpdu()
390 if (is_multicast_ether_addr(hdr->addr1) && in iwl_mvm_rx_rx_mpdu()
452 !is_multicast_ether_addr(hdr->addr1) && in iwl_mvm_rx_rx_mpdu()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Dhw.c979 is_mcast = is_multicast_ether_addr(eth->h_dest); in ath12k_wifi7_mac_op_tx()
996 is_mcast = is_multicast_ether_addr(hdr->addr1); in ath12k_wifi7_mac_op_tx()

123456