Home
last modified time | relevance | path

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

/linux/include/net/
H A Dnet_namespace.h269 static inline struct net *maybe_get_net(struct net *net) in maybe_get_net() function
313 static inline struct net *maybe_get_net(struct net *net) in maybe_get_net() function
/linux/net/core/
H A Dnet_namespace.c255 if (!maybe_get_net(peer)) { in peernet2id_alloc()
304 peer = maybe_get_net(peer); in get_net_ns_by_id()
717 net = maybe_get_net(container_of(ns, struct net, ns)); in get_net_ns()
/linux/net/netfilter/
H A Dnf_nat_masquerade.c111 net = maybe_get_net(net); in nf_nat_masq_schedule()
H A Dnf_tables_api.c10310 trans->net = maybe_get_net(net); in nft_trans_gc_alloc()
/linux/fs/proc/
H A Dproc_net.c36 return maybe_get_net(PDE_NET(PDE(inode))); in get_proc_net()
/linux/drivers/net/wireguard/
H A Dsocket.c378 net = net ? maybe_get_net(net) : NULL; in wg_socket_init()
/linux/net/rds/
H A Dtcp.c503 if (!maybe_get_net(net)) { in rds_tcp_tune()