Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dproc_ns.h27 extern const struct proc_ns_operations netns_operations;
/Linux-v6.6/fs/proc/
Dnamespaces.c17 &netns_operations,
/Linux-v6.6/net/core/
Dnet_namespace.c688 if (ns->ops == &netns_operations) in get_net_ns_by_fd()
723 net->ns.ops = &netns_operations; in net_ns_net_init()
1392 const struct proc_ns_operations netns_operations = { variable
/Linux-v6.6/kernel/events/
Dcore.c8422 task, &netns_operations); in perf_event_namespaces()