Home
last modified time | relevance | path

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

/linux/include/linux/
H A Detherdevice.h144 static inline bool is_multicast_ether_addr_64bits(const u8 *addr) in is_multicast_ether_addr_64bits() function
629 if (unlikely(is_multicast_ether_addr_64bits(eth->h_dest))) { in eth_skb_pkt_type()
/linux/drivers/net/
H A Dmacsec.c1077 } else if (is_multicast_ether_addr_64bits( in handle_not_macsec()
/linux/net/core/
H A Ddev.c5485 orig_bcast = is_multicast_ether_addr_64bits(eth->h_dest); in bpf_prog_run_generic_xdp()
5522 (orig_bcast != is_multicast_ether_addr_64bits(eth->h_dest))) { in bpf_prog_run_generic_xdp()