Home
last modified time | relevance | path

Searched refs:orig_bcast (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Ddev.c4645 bool orig_bcast; in netif_receive_generic_xdp() local
4692 orig_bcast = is_multicast_ether_addr_64bits(eth->h_dest); in netif_receive_generic_xdp()
4722 (orig_bcast != is_multicast_ether_addr_64bits(eth->h_dest))) { in netif_receive_generic_xdp()
/kernel/linux/linux-6.6/net/core/
H A Ddev.c4861 bool orig_bcast, orig_host; in bpf_prog_run_generic_xdp() local
4887 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()

Completed in 27 milliseconds