Home
last modified time | relevance | path

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

12345

/openbmc/linux/net/tipc/
H A Deth_media.c68 addr->broadcast = is_broadcast_ether_addr(addr->value); in tipc_eth_raw2addr()
/openbmc/linux/net/bridge/netfilter/
H A Debt_dnat.c30 if (is_broadcast_ether_addr(info->mac)) in ebt_dnat_tg()
H A Debt_stp.c165 !is_broadcast_ether_addr(e->destmsk))) in ebt_stp_mt_check()
H A Dnft_reject_bridge.c117 if (is_broadcast_ether_addr(dest) || in nft_reject_bridge_eval()
/openbmc/qemu/include/net/
H A Deth.h270 static inline int is_broadcast_ether_addr(const uint8_t *addr) in is_broadcast_ether_addr() function
289 if (is_broadcast_ether_addr(ehdr->h_dest)) { in get_eth_packet_type()
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dtx.c23 if (!is_broadcast_ether_addr(hdr->addr1) && in rtw_tx_stats()
419 bmc = is_broadcast_ether_addr(hdr->addr1) || in rtw_tx_pkt_info_update()
453 bmc = is_broadcast_ether_addr(hdr->addr1) || in rtw_tx_rsvd_page_pkt_info_update()
733 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()
/openbmc/linux/arch/mips/ath25/
H A Dboard.c174 if (is_broadcast_ether_addr(mac_addr)) { in ath25_find_config()
/openbmc/linux/net/netfilter/
H A Dnft_reject_netdev.c92 if (is_broadcast_ether_addr(dest) || in nft_reject_netdev_eval()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A D11n.h73 if (is_broadcast_ether_addr(ptr->ra)) in mwifiex_is_ampdu_allowed()
/openbmc/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()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_tx.c416 if (is_broadcast_ether_addr(skb->data + 16)) //check addr3 as infrastructure add3 is DA. in ieee80211_query_protectionmode()
802 if (is_broadcast_ether_addr(header.addr1)) in ieee80211_xmit()
/openbmc/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.c422 if (is_broadcast_ether_addr(hdr->addr1)) { in _rtl_usb_rx_process_agg()
464 if (is_broadcast_ether_addr(hdr->addr1)) { in _rtl_usb_rx_process_noagg()
928 else if (is_broadcast_ether_addr(pda_addr)) in _rtl_usb_tx_preprocess()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Dnet.c42 is_broadcast_ether_addr(ethhdr->h_dest)) in iwl_mei_rx_filter_eth()
/openbmc/qemu/hw/net/
H A De1000x_common.c84 if (is_broadcast_ether_addr(ehdr->h_dest)) { in e1000x_rx_group_filter()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_ioctl_set.c112 if (is_zero_ether_addr(bssid) || is_broadcast_ether_addr(bssid)) { in r8712_set_802_11_bssid()
/openbmc/linux/net/bridge/
H A Dbr_forward.c280 if (!is_broadcast_ether_addr(addr)) in maybe_deliver_addr()
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_tx.c406 if (is_broadcast_ether_addr(skb->data + 16)) in rtllib_query_protectionmode()
896 if (is_broadcast_ether_addr(header.addr1)) in rtllib_xmit_inter()
/openbmc/linux/include/linux/
H A Detherdevice.h169 static inline bool is_broadcast_ether_addr(const u8 *addr) in is_broadcast_ether_addr() function
/openbmc/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()
/openbmc/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-qos.c648 if (is_broadcast_ether_addr(match.key->dst) && in am65_cpsw_qos_clsflower_add_policer()
649 is_broadcast_ether_addr(match.mask->dst)) { in am65_cpsw_qos_clsflower_add_policer()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c979 if (!is_broadcast_ether_addr(mask->h_source)) { in gfar_set_ether()
1003 if (!is_broadcast_ether_addr(mask->h_dest)) { in gfar_set_ether()
1005 if ((is_broadcast_ether_addr(value->h_dest) && in gfar_set_ether()
/openbmc/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()
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_tx.c370 is_broadcast_ether_addr(dest)) in libipw_xmit()

12345