Home
last modified time | relevance | path

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

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