Home
last modified time | relevance | path

Searched refs:maybe_get_net (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/net/
Dnet_namespace.h182 static inline struct net *maybe_get_net(struct net *net) in maybe_get_net() function
219 static inline struct net *maybe_get_net(struct net *net) in maybe_get_net() function
/linux-4.1.27/fs/proc/
Dproc_net.c36 return maybe_get_net(PDE_NET(PDE(inode))); in get_proc_net()