Home
last modified time | relevance | path

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

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