Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dproc_ns.h27 extern const struct proc_ns_operations netns_operations;
/linux-6.15/fs/proc/
H A Dnamespaces.c17 &netns_operations,
/linux-6.15/net/core/
H A Dnet_namespace.c735 if (ns->ops == &netns_operations) in get_net_ns_by_fd()
769 net->ns.ops = &netns_operations; in net_ns_net_init()
1508 const struct proc_ns_operations netns_operations = { variable
/linux-6.15/kernel/events/
H A Dcore.c9005 task, &netns_operations); in perf_event_namespaces()