Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dcifsglob.h1034 static inline struct net *cifs_net_ns(struct TCP_Server_Info *srv) in cifs_net_ns() function
1046 static inline struct net *cifs_net_ns(struct TCP_Server_Info *srv) in cifs_net_ns() function
H A Dconnect.c1126 put_net(cifs_net_ns(server)); in clean_demultiplex_info()
1619 if (!net_eq(cifs_net_ns(server), current->nsproxy->net_ns)) in match_server()
1898 put_net(cifs_net_ns(tcp_ses)); in cifs_get_tcp_session()
3350 struct net *net = cifs_net_ns(server); in generic_ip_connect()