Home
last modified time | relevance | path

Searched refs:unlisted (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/Documentation/admin-guide/perf/
H A Darm_dsu_pmu.rst22 and use the raw event code for the unlisted events.
/linux-6.15/net/packet/
H A Daf_packet.c3248 bool unlisted = false; in packet_do_bind() local
3291 unlisted = !dev_get_by_index_rcu(sock_net(sk), in packet_do_bind()
3301 if (unlikely(unlisted)) { in packet_do_bind()
3318 if (!unlisted && (!dev || (dev->flags & IFF_UP))) { in packet_do_bind()