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

/linux-master/include/net/
H A Dnet_namespace.h206 struct ns_common *get_net_ns(struct ns_common *ns);
228 static inline struct ns_common *get_net_ns(struct ns_common *ns) function
/linux-master/net/core/
H A Dnet_namespace.c690 * get_net_ns - increment the refcount of the network namespace
695 struct ns_common *get_net_ns(struct ns_common *ns) function
699 EXPORT_SYMBOL_GPL(get_net_ns); variable
/linux-master/drivers/net/
H A Dtun.c3107 return open_related_ns(&net->ns, get_net_ns);
3386 ret = open_related_ns(&net->ns, get_net_ns);
/linux-master/net/
H A Dsocket.c1313 err = open_related_ns(&net->ns, get_net_ns);

Completed in 157 milliseconds