Home
last modified time | relevance | path

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

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