Home
last modified time | relevance | path

Searched refs:compare_ether_header (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Dnet.c52 if (compare_ether_header(filt->mac_address, ethhdr->h_dest)) in iwl_mei_rx_filter_eth()
/openbmc/linux/include/linux/
H A Detherdevice.h564 static inline unsigned long compare_ether_header(const void *a, const void *b) in compare_ether_header() function
/openbmc/linux/net/ethernet/
H A Deth.c418 if (compare_ether_header(eh, eh2)) { in eth_gro_receive()
/openbmc/linux/net/core/
H A Dgro.c347 diffs |= compare_ether_header(skb_mac_header(p), in gro_list_prepare()