netns: rename peernet2id() to peernet2id_alloc()
[deliverable/linux.git] / include / net / net_namespace.h
index f733656404de0ea5cba33c83a641e37dc4e4d5e5..6d1e2eae32fbbc4f5ea2fff3a7128e8291011f19 100644 (file)
@@ -271,7 +271,7 @@ static inline struct net *read_pnet(const possible_net_t *pnet)
 #define __net_initconst        __initconst
 #endif
 
-int peernet2id(struct net *net, struct net *peer);
+int peernet2id_alloc(struct net *net, struct net *peer);
 struct net *get_net_ns_by_id(struct net *net, int id);
 
 struct pernet_operations {
This page took 0.023732 seconds and 5 git commands to generate.