Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dnet_namespace.h208 struct ns_common *get_net_ns(struct ns_common *ns);
230 static inline struct ns_common *get_net_ns(struct ns_common *ns) in get_net_ns() function
/openbmc/linux/net/core/
H A Dnet_namespace.c675 struct ns_common *get_net_ns(struct ns_common *ns) in get_net_ns() function
684 EXPORT_SYMBOL_GPL(get_net_ns);
/openbmc/linux/drivers/net/
H A Dtun.c3115 return open_related_ns(&net->ns, get_net_ns); in __tun_chr_ioctl()
3394 ret = open_related_ns(&net->ns, get_net_ns); in __tun_chr_ioctl()
/openbmc/linux/net/
H A Dsocket.c1313 err = open_related_ns(&net->ns, get_net_ns); in sock_ioctl()