Home
last modified time | relevance | path

Searched refs:get_net_ns (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/net/
H A Dnet_namespace.h214 struct ns_common *get_net_ns(struct ns_common *ns);
238 static inline struct ns_common *get_net_ns(struct ns_common *ns) in get_net_ns() function
/linux-6.15/net/core/
H A Dnet_namespace.c715 struct ns_common *get_net_ns(struct ns_common *ns) in get_net_ns() function
724 EXPORT_SYMBOL_GPL(get_net_ns);
/linux-6.15/fs/
H A Dpidfs.c448 get_net_ns(ns_common); in pidfd_ioctl()
/linux-6.15/drivers/net/
H A Dtun.c3035 return open_related_ns(&net->ns, get_net_ns); in __tun_chr_ioctl()
3270 ret = open_related_ns(&net->ns, get_net_ns); in __tun_chr_ioctl()
/linux-6.15/net/
H A Dsocket.c1283 err = open_related_ns(&net->ns, get_net_ns); in sock_ioctl()