Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dproc_ns.h27 extern const struct proc_ns_operations netns_operations;
/openbmc/linux/fs/proc/
H A Dnamespaces.c17 &netns_operations,
/openbmc/linux/net/core/
H A Dnet_namespace.c733 if (ns->ops == &netns_operations) in get_net_ns_by_pid()
768 net->ns.ops = &netns_operations;
1451 const struct proc_ns_operations netns_operations = {
1422 const struct proc_ns_operations netns_operations = { global() variable
/openbmc/linux/kernel/events/
H A Dcore.c8512 task, &netns_operations); in perf_event_namespaces()