Searched refs:cifsSesInfo (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifs_spnego.h44 extern struct key *cifs_get_spnego_key(struct cifsSesInfo *sesInfo);
H A Dcifsproto.h63 extern int SendReceive(const unsigned int /* xid */ , struct cifsSesInfo *,
67 extern int SendReceiveNoRsp(const unsigned int xid, struct cifsSesInfo *ses,
69 extern int SendReceive2(const unsigned int /* xid */ , struct cifsSesInfo *,
98 struct cifsSesInfo *ses,
100 extern int CIFS_SessSetup(unsigned int xid, struct cifsSesInfo *ses,
146 struct cifsSesInfo *ses);
147 extern int cifs_setup_session(unsigned int xid, struct cifsSesInfo *ses,
149 extern int CIFSSMBNegotiate(unsigned int xid, struct cifsSesInfo *ses);
151 extern int CIFSTCon(unsigned int xid, struct cifsSesInfo *ses,
186 extern int CIFSGetDFSRefer(const int xid, struct cifsSesInfo *se
[all...]
H A Dmisc.c70 struct cifsSesInfo *
73 struct cifsSesInfo *ret_buf;
75 ret_buf = kzalloc(sizeof(struct cifsSesInfo), GFP_KERNEL);
88 sesInfoFree(struct cifsSesInfo *buf_to_free)
290 struct cifsSesInfo *ses;
352 ses = list_entry(temp_item, struct cifsSesInfo, smb_ses_list);
496 struct cifsSesInfo *ses;
555 ses = list_entry(tmp, struct cifsSesInfo, smb_ses_list);
H A Dsess.c43 static bool is_first_ses_reconnect(struct cifsSesInfo *ses)
46 struct cifsSesInfo *tmp_ses;
49 tmp_ses = list_entry(tmp, struct cifsSesInfo,
67 static __le16 get_next_vcnum(struct cifsSesInfo *ses)
71 struct cifsSesInfo *tmp_ses;
93 tmp_ses = list_entry(tmp, struct cifsSesInfo,
120 static __u32 cifs_ssetup_hdr(struct cifsSesInfo *ses, SESSION_SETUP_ANDX *pSMB)
187 static void unicode_domain_string(char **pbcc_area, struct cifsSesInfo *ses,
210 static void unicode_ssetup_strings(char **pbcc_area, struct cifsSesInfo *ses,
240 static void ascii_ssetup_strings(char **pbcc_area, struct cifsSesInfo *se
[all...]
H A Dcifsencrypt.c265 static int calc_ntlmv2_hash(struct cifsSesInfo *ses,
322 void setup_ntlmv2_rsp(struct cifsSesInfo *ses, char *resp_buf,
355 void CalcNTLMv2_response(const struct cifsSesInfo *ses,
H A Dcifs_spnego.c98 cifs_get_spnego_key(struct cifsSesInfo *sesInfo)
H A Dtransport.c247 static int wait_for_free_request(struct cifsSesInfo *ses, const int long_op)
289 static int allocate_mid(struct cifsSesInfo *ses, struct smb_hdr *in_buf,
314 static int wait_for_response(struct cifsSesInfo *ses,
369 SendReceiveNoRsp(const unsigned int xid, struct cifsSesInfo *ses,
386 SendReceive2(const unsigned int xid, struct cifsSesInfo *ses,
581 SendReceive(const unsigned int xid, struct cifsSesInfo *ses,
770 struct cifsSesInfo *ses = tcon->ses;
795 struct cifsSesInfo *ses = tcon->ses;
820 struct cifsSesInfo *ses;
H A Dconnect.c127 struct cifsSesInfo *ses;
148 ses = list_entry(tmp, struct cifsSesInfo, smb_ses_list);
337 struct cifsSesInfo *ses;
677 ses = list_entry(tmp, struct cifsSesInfo,
688 ses = list_entry(tmp, struct cifsSesInfo,
730 ses = list_entry(tmp, struct cifsSesInfo, smb_ses_list);
1640 static struct cifsSesInfo *
1643 struct cifsSesInfo *ses;
1673 cifs_put_smb_ses(struct cifsSesInfo *ses)
1697 static struct cifsSesInfo *
[all...]
H A Dcifs_debug.c113 struct cifsSesInfo *ses;
157 ses = list_entry(tmp2, struct cifsSesInfo,
261 struct cifsSesInfo *ses;
278 ses = list_entry(tmp2, struct cifsSesInfo,
317 struct cifsSesInfo *ses;
351 ses = list_entry(tmp2, struct cifsSesInfo,
H A Dcifsglob.h202 struct cifsSesInfo { struct
243 struct cifsSesInfo *ses; /* pointer to session associated with */
H A Dcifs_dfs_ref.c304 struct cifsSesInfo *ses;
H A Dcifssmb.c110 struct cifsSesInfo *ses;
248 struct cifsSesInfo *ses, void **request_buf)
356 CIFSSMBNegotiate(unsigned int xid, struct cifsSesInfo *ses)
701 CIFSSMBLogoff(const int xid, struct cifsSesInfo *ses)
4111 CIFSGetDFSRefer(const int xid, struct cifsSesInfo *ses,

Completed in 68 milliseconds