Searched refs:sess_data (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/smb/client/ |
| H A D | sess.c | 1317 sess_alloc_buffer(struct sess_data *sess_data, int wct) in sess_alloc_buffer() argument 1355 sess_free_buffer(struct sess_data *sess_data) in sess_free_buffer() argument 1372 sess_establish_session(struct sess_data *sess_data) in sess_establish_session() argument 1400 sess_sendreceive(struct sess_data *sess_data) in sess_sendreceive() argument 1411 rc = SendReceive2(sess_data->xid, sess_data->ses, in sess_sendreceive() 1422 sess_auth_ntlmv2(struct sess_data *sess_data) in sess_auth_ntlmv2() argument 1532 sess_auth_kerberos(struct sess_data *sess_data) in sess_auth_kerberos() argument 1714 sess_auth_rawntlmssp_negotiate(struct sess_data *sess_data) in sess_auth_rawntlmssp_negotiate() argument 1928 static int select_sec(struct sess_data *sess_data) in select_sec() argument 1969 struct sess_data *sess_data; in CIFS_SessSetup() local [all …]
|
| H A D | smb2pdu.c | 1549 rc = cifs_send_recv(sess_data->xid, sess_data->ses, in SMB2_sess_sendreceive() 1677 sess_data->result = rc; in SMB2_auth_kerberos() 1678 sess_data->func = NULL; in SMB2_auth_kerberos() 1687 sess_data->func = NULL; in SMB2_auth_kerberos() 1775 sess_data->result = 0; in SMB2_sess_auth_rawntlmssp_negotiate() 1782 sess_data->result = rc; in SMB2_sess_auth_rawntlmssp_negotiate() 1783 sess_data->func = NULL; in SMB2_sess_auth_rawntlmssp_negotiate() 1909 if (!sess_data) in SMB2_sess_setup() 1912 sess_data->xid = xid; in SMB2_sess_setup() 1913 sess_data->ses = ses; in SMB2_sess_setup() [all …]
|
| /linux-6.15/drivers/platform/chrome/wilco_ec/ |
| H A D | telemetry.c | 251 sess_data = kzalloc(sizeof(*sess_data), GFP_KERNEL); in telem_open() 252 if (!sess_data) { in telem_open() 256 sess_data->dev_data = dev_data; in telem_open() 257 sess_data->has_msg = false; in telem_open() 260 filp->private_data = sess_data; in telem_open() 274 memset(&sess_data->request, 0, sizeof(sess_data->request)); in telem_write() 281 memset(sess_data->response, 0, sizeof(sess_data->response)); in telem_write() 294 sess_data->has_msg = true; in telem_write() 304 if (!sess_data->has_msg) in telem_read() 312 sess_data->has_msg = false; in telem_read() [all …]
|