Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dnet_namespace.h259 static inline struct net *maybe_get_net(struct net *net) in maybe_get_net() function
301 static inline struct net *maybe_get_net(struct net *net) in maybe_get_net() function
H A Dpkt_cls.h246 exts->net = maybe_get_net(exts->net); in tcf_exts_get_net()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_nat_masquerade.c107 net = maybe_get_net(net); in nf_nat_masq_schedule()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dproc_net.c39 return maybe_get_net(PDE_NET(PDE(inode))); in get_proc_net()
/OK3568_Linux_fs/kernel/net/core/
H A Dnet_namespace.c276 if (!maybe_get_net(peer)) { in peernet2id_alloc()
325 peer = maybe_get_net(peer); in get_net_ns_by_id()
/OK3568_Linux_fs/kernel/drivers/net/wireguard/
H A Dsocket.c378 net = net ? maybe_get_net(net) : NULL; in wg_socket_init()