Home
last modified time | relevance | path

Searched refs:SessionId (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.15/Documentation/networking/device_drivers/wwan/
Diosm.rst75 prior to establishing MBIM IP session where the SessionId is greater than 0.
77 For example, creating new IP link for a MBIM IP session with SessionId 1:
/Linux-v5.15/fs/cifs/
Dsmb2transport.c223 ses = smb2_find_smb_ses(server, shdr->SessionId); in smb2_calc_signature()
544 rc = smb2_get_sign_key(shdr->SessionId, server, key); in smb3_calc_signature()
735 trace_smb3_cmd_enter(shdr->TreeId, shdr->SessionId, in smb2_mid_entry_alloc()
Dsmb2misc.c158 if (ses->Suid == thdr->SessionId) in smb2_check_message()
828 tcon = smb2_find_smb_tcon(server, sync_hdr->SessionId, in smb2_handle_cancelled_mid()
Dsmb2pdu.c121 shdr->SessionId = tcon->ses->Suid; in smb2_hdr_assemble()
860 req->sync_hdr.SessionId = 0; in SMB2_negotiate()
1253 req->sync_hdr.SessionId = sess_data->ses->Suid; in SMB2_sess_alloc_buffer()
1259 req->sync_hdr.SessionId = 0; in SMB2_sess_alloc_buffer()
1428 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_auth_kerberos()
1526 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_sess_auth_rawntlmssp_negotiate()
1561 req->sync_hdr.SessionId = ses->Suid; in SMB2_sess_auth_rawntlmssp_authenticate()
1587 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_sess_auth_rawntlmssp_authenticate()
1718 req->sync_hdr.SessionId = ses->Suid; in SMB2_logoff()
3967 shdr->SessionId = 0xFFFFFFFFFFFFFFFF; in smb2_new_read_req()
Dsmb2pdu.h106 __u64 SessionId; /* opaque - so do not make little endian */ member
130 __u64 SessionId; member
Dsmb2maperror.c2448 trace_smb3_cmd_done(shdr->TreeId, shdr->SessionId, in map_smb2_to_linux_error()
2473 trace_smb3_cmd_err(shdr->TreeId, shdr->SessionId, in map_smb2_to_linux_error()
Dsmb2ops.c2498 trace_smb3_ses_expired(shdr->TreeId, shdr->SessionId, in smb2_is_session_expired()
4384 memcpy(&tr_hdr->SessionId, &shdr->SessionId, 8); in fill_transform_hdr()
4499 rc = smb2_get_enc_key(server, tr_hdr->SessionId, enc, key); in crypt_message()
/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.c256 rsp_hdr->SessionId = 0; in init_smb2_neg_rsp()
383 work->compound_sid = le64_to_cpu(rsp->SessionId); in init_chained_smb2_rsp()
423 rsp_hdr->SessionId = rcv_hdr->SessionId; in init_chained_smb2_rsp()
505 rsp_hdr->SessionId = rcv_hdr->SessionId; in init_smb2_rsp_hdr()
582 sess_id = le64_to_cpu(req_hdr->SessionId); in smb2_check_user_session()
1630 if (!req->hdr.SessionId) { in smb2_sess_setup()
1636 rsp->hdr.SessionId = cpu_to_le64(sess->id); in smb2_sess_setup()
1641 u64 sess_id = le64_to_cpu(req->hdr.SessionId); in smb2_sess_setup()
1689 le64_to_cpu(req->hdr.SessionId)); in smb2_sess_setup()
5228 sess_id = le64_to_cpu(req->hdr.SessionId); in smb2_close()
[all …]
Dsmb2pdu.h154 __le64 SessionId; member
178 __le64 SessionId; member
Doplock.c645 rsp_hdr->SessionId = 0; in __smb2_oplock_break_noti()
752 rsp_hdr->SessionId = 0; in __smb2_lease_break_noti()
Dauth.c1065 le64_to_cpu(tr_hdr->SessionId), in ksmbd_crypt_message()
/Linux-v5.15/Documentation/networking/
Dcdc_mbim.rst184 VLAN links prior to establishing MBIM IP sessions where the SessionId
188 For example, adding a link for a MBIM IP session with SessionId 3::