Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Detherdevice.h137 static inline bool is_multicast_ether_addr_64bits(const u8 *addr) in is_multicast_ether_addr_64bits() function
624 if (unlikely(is_multicast_ether_addr_64bits(eth->h_dest))) { in eth_skb_pkt_type()
/openbmc/linux/drivers/net/
H A Dmacsec.c1058 } else if (is_multicast_ether_addr_64bits( in handle_not_macsec()
/openbmc/linux/net/core/
H A Ddev.c4887 orig_bcast = is_multicast_ether_addr_64bits(eth->h_dest); in bpf_prog_run_generic_xdp()
4916 (orig_bcast != is_multicast_ether_addr_64bits(eth->h_dest))) { in bpf_prog_run_generic_xdp()