Home
last modified time | relevance | path

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

/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()
/linux/include/linux/
H A Detherdevice.h557 * compare_ether_header - Compare two Ethernet headers
568 static inline unsigned long compare_ether_header(const void *a, const void *b) in compare_ether_header() function
/linux/net/ethernet/
H A Deth.c416 if (compare_ether_header(eh, eh2)) { in eth_gro_receive()
/linux/net/core/
H A Dgro.c361 diffs |= compare_ether_header(skb_mac_header(p), in gro_list_prepare()