Home
last modified time | relevance | path

Searched refs:netns_operations (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/linux/
Dproc_ns.h27 extern const struct proc_ns_operations netns_operations;
/Linux-v5.10/fs/proc/
Dnamespaces.c17 &netns_operations,
/Linux-v5.10/net/core/
Dnet_namespace.c664 if (ns->ops == &netns_operations) in get_net_ns_by_fd()
706 net->ns.ops = &netns_operations; in net_ns_net_init()
1379 const struct proc_ns_operations netns_operations = { variable
/Linux-v5.10/kernel/events/
Dcore.c7801 task, &netns_operations); in perf_event_namespaces()