Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Detherdevice.h130 static inline bool is_multicast_ether_addr_64bits(const u8 *addr) in is_multicast_ether_addr_64bits() function
/OK3568_Linux_fs/kernel/net/ethernet/
H A Deth.c169 if (unlikely(is_multicast_ether_addr_64bits(eth->h_dest))) { in eth_type_trans()
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c4683 orig_bcast = is_multicast_ether_addr_64bits(eth->h_dest); in netif_receive_generic_xdp()
4713 (orig_bcast != is_multicast_ether_addr_64bits(eth->h_dest))) { in netif_receive_generic_xdp()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dmacsec.c1022 } else if (is_multicast_ether_addr_64bits( in handle_not_macsec()