Home
last modified time | relevance | path

Searched refs:is_broadcast_ether_addr (Results 1 – 25 of 90) sorted by relevance

1234

/linux/drivers/net/dsa/microchip/
H A Dksz9477_tc_flower.c60 if (!is_broadcast_ether_addr(ematch.mask->src)) in ksz9477_flower_parse_key_l2()
67 if (!is_broadcast_ether_addr(ematch.mask->dst)) in ksz9477_flower_parse_key_l2()
/linux/net/tipc/
H A Deth_media.c68 addr->broadcast = is_broadcast_ether_addr(addr->value); in tipc_eth_raw2addr()
/linux/net/bridge/netfilter/
H A Debt_dnat.c30 if (is_broadcast_ether_addr(info->mac)) in ebt_dnat_tg()
H A Dnft_reject_bridge.c117 if (is_broadcast_ether_addr(dest) || in nft_reject_bridge_eval()
H A Debt_stp.c165 !is_broadcast_ether_addr(e->destmsk))) in ebt_stp_mt_check()
/linux/drivers/net/wireless/realtek/rtw88/
H A Dtx.c23 if (!is_broadcast_ether_addr(hdr->addr1) && in rtw_tx_stats()
428 bmc = is_broadcast_ether_addr(hdr->addr1) || in rtw_tx_pkt_info_update()
462 bmc = is_broadcast_ether_addr(hdr->addr1) || in rtw_tx_rsvd_page_pkt_info_update()
741 else if (is_broadcast_ether_addr(hdr->addr1) || in rtw_tx_queue_mapping()
H A Drx.c22 if (!is_broadcast_ether_addr(hdr->addr1) && in rtw_rx_stats()
/linux/arch/mips/ath25/
H A Dboard.c174 if (is_broadcast_ether_addr(mac_addr)) { in ath25_find_config()
/linux/net/netfilter/
H A Dnft_reject_netdev.c92 if (is_broadcast_ether_addr(dest) || in nft_reject_netdev_eval()
/linux/drivers/net/wireless/marvell/mwifiex/
H A D11n.h73 if (is_broadcast_ether_addr(ptr->ra)) in mwifiex_is_ampdu_allowed()
H A Dsta_cmd.c719 if (is_broadcast_ether_addr(mac)) in mwifiex_cmd_802_11_key_material_v2()
737 if (is_broadcast_ether_addr(mac)) in mwifiex_cmd_802_11_key_material_v2()
751 if (is_broadcast_ether_addr(mac)) in mwifiex_cmd_802_11_key_material_v2()
769 !is_broadcast_ether_addr(mac)) in mwifiex_cmd_802_11_key_material_v2()
866 if (!is_broadcast_ether_addr(enc_key->mac_addr)) { in mwifiex_cmd_802_11_key_material_v1()
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dmon.c162 if (skb->data[0] == 0xc0 && is_broadcast_ether_addr(&skb->data[4])) { in wilc_wfi_mon_xmit()
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Drc.c226 is_broadcast_ether_addr(ieee80211_get_DA(hdr))) in rtl_tx_status()
H A Dusb.c391 if (is_broadcast_ether_addr(hdr->addr1)) { in _rtl_usb_rx_process_agg()
433 if (is_broadcast_ether_addr(hdr->addr1)) { in _rtl_usb_rx_process_noagg()
899 else if (is_broadcast_ether_addr(pda_addr)) in _rtl_usb_tx_preprocess()
/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Dnet.c42 is_broadcast_ether_addr(ethhdr->h_dest)) in iwl_mei_rx_filter_eth()
/linux/net/bridge/
H A Dbr_forward.c280 if (!is_broadcast_ether_addr(addr)) in maybe_deliver_addr()
H A Dbr_input.c148 if (is_broadcast_ether_addr(eth_hdr(skb)->h_dest)) { in br_handle_frame_finish()
/linux/include/linux/
H A Detherdevice.h175 static inline bool is_broadcast_ether_addr(const u8 *addr) in is_broadcast_ether_addr() function
/linux/drivers/net/wireless/ti/wl1251/
H A Dmain.c836 if (is_broadcast_ether_addr(addr)) in wl1251_set_key_type()
844 if (is_broadcast_ether_addr(addr)) in wl1251_set_key_type()
852 if (is_broadcast_ether_addr(addr)) in wl1251_set_key_type()
/linux/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c981 if (!is_broadcast_ether_addr(mask->h_source)) { in gfar_set_ether()
1005 if (!is_broadcast_ether_addr(mask->h_dest)) { in gfar_set_ether()
1007 if ((is_broadcast_ether_addr(value->h_dest) && in gfar_set_ether()
/linux/net/batman-adv/
H A Drouting.c190 if (!is_broadcast_ether_addr(ethhdr->h_dest)) in batadv_check_management_packet()
1184 if (!is_broadcast_ether_addr(ethhdr->h_dest)) in batadv_recv_bcast_packet()
/linux/net/wireless/
H A Dwext-sme.c245 if (is_zero_ether_addr(bssid) || is_broadcast_ether_addr(bssid)) in cfg80211_mgd_wext_siwap()
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_core.c451 (!is_broadcast_ether_addr(wh->addr1)) && in rsi_core_xmit()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/
H A Dtrx.c210 is_broadcast_ether_addr(ieee80211_get_DA(hdr))) in rtl92du_tx_fill_desc()
/linux/drivers/net/bonding/
H A Dbond_alb.c573 if (!is_broadcast_ether_addr(arp->mac_dst)) { in rlb_choose_channel()
1438 if (is_broadcast_ether_addr(eth_data->h_dest) || in bond_xmit_alb_slave_get()
1458 if (is_broadcast_ether_addr(eth_data->h_dest)) { in bond_xmit_alb_slave_get()

1234