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.h143 static inline bool is_multicast_ether_addr_64bits(const u8 *addr) in is_multicast_ether_addr_64bits() function
628 if (unlikely(is_multicast_ether_addr_64bits(eth->h_dest))) { in eth_skb_pkt_type()
/linux/drivers/net/
H A Dmacsec.c1073 } else if (is_multicast_ether_addr_64bits( in handle_not_macsec()
/linux/net/core/
H A Ddev.c5257 orig_bcast = is_multicast_ether_addr_64bits(eth->h_dest); in bpf_prog_run_generic_xdp()
5294 (orig_bcast != is_multicast_ether_addr_64bits(eth->h_dest))) { in bpf_prog_run_generic_xdp()