Home
last modified time | relevance | path

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

/linux/include/net/
H A Dnet_namespace.h219 struct ns_common *get_net_ns(struct ns_common *ns);
243 static inline struct ns_common *get_net_ns(struct ns_common *ns) in get_net_ns() function
/linux/net/core/
H A Dnet_namespace.c760 struct ns_common *get_net_ns(struct ns_common *ns) in get_net_ns() function
769 EXPORT_SYMBOL_GPL(get_net_ns);
/linux/net/
H A Dsocket.c1406 err = open_related_ns(&net->ns, get_net_ns); in sock_ioctl()