Home
last modified time | relevance | path

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

/Linux-v6.6/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:
Dt7xx.rst82 prior to establishing MBIM IP session where the SessionId is greater than 0.
84 For example, creating new IP link for a MBIM IP session with SessionId 1:
/Linux-v6.6/fs/smb/client/
Dsmb2misc.c163 if (iter->Suid == le64_to_cpu(thdr->SessionId)) { in smb2_check_message()
668 le64_to_cpu(rsp->hdr.SessionId), in smb2_is_valid_lease_break()
748 le64_to_cpu(rsp->hdr.SessionId)); in smb2_is_valid_oplock_break()
850 tcon = smb2_find_smb_tcon(server, le64_to_cpu(hdr->SessionId), in smb2_handle_cancelled_mid()
Dsmb2transport.c241 ses = smb2_find_smb_ses(server, le64_to_cpu(shdr->SessionId)); in smb2_calc_signature()
566 rc = smb2_get_sign_key(le64_to_cpu(shdr->SessionId), server, key); in smb3_calc_signature()
762 le64_to_cpu(shdr->SessionId), in smb2_mid_entry_alloc()
Dsmb2pdu.c138 shdr->SessionId = cpu_to_le64(tcon->ses->Suid); in smb2_hdr_assemble()
904 req->hdr.SessionId = 0; in SMB2_negotiate()
1305 req->hdr.SessionId = cpu_to_le64(ses->Suid); in SMB2_sess_alloc_buffer()
1312 req->hdr.SessionId = 0; in SMB2_sess_alloc_buffer()
1493 ses->Suid = le64_to_cpu(rsp->hdr.SessionId); in SMB2_auth_kerberos()
1597 ses->Suid = le64_to_cpu(rsp->hdr.SessionId); in SMB2_sess_auth_rawntlmssp_negotiate()
1634 req->hdr.SessionId = cpu_to_le64(ses->Suid); in SMB2_sess_auth_rawntlmssp_authenticate()
1665 ses->Suid = le64_to_cpu(rsp->hdr.SessionId); in SMB2_sess_auth_rawntlmssp_authenticate()
1804 req->hdr.SessionId = cpu_to_le64(ses->Suid); in SMB2_logoff()
4147 shdr->SessionId = cpu_to_le64(0xFFFFFFFFFFFFFFFF); in smb2_new_read_req()
Dsmb2maperror.c2447 le64_to_cpu(shdr->SessionId), in map_smb2_to_linux_error()
2474 le64_to_cpu(shdr->SessionId), in map_smb2_to_linux_error()
Dsmb2ops.c2379 le64_to_cpu(shdr->SessionId), in smb2_is_session_expired()
4193 memcpy(&tr_hdr->SessionId, &shdr->SessionId, 8); in fill_transform_hdr()
4333 rc = smb2_get_enc_key(server, le64_to_cpu(tr_hdr->SessionId), enc, key); in crypt_message()
4336 enc ? "en" : "de", le64_to_cpu(tr_hdr->SessionId)); in crypt_message()
/Linux-v6.6/fs/smb/common/
Dsmb2pdu.h152 __le64 SessionId; member
174 __le64 SessionId; member
207 __le64 SessionId; member
/Linux-v6.6/fs/smb/server/
Dsmb2pdu.c268 rsp_hdr->SessionId = 0; in init_smb2_neg_rsp()
392 work->compound_sid = le64_to_cpu(rsp->SessionId); in init_chained_smb2_rsp()
433 rsp_hdr->SessionId = rcv_hdr->SessionId; in init_chained_smb2_rsp()
512 rsp_hdr->SessionId = rcv_hdr->SessionId; in init_smb2_rsp_hdr()
583 sess_id = le64_to_cpu(req_hdr->SessionId); in smb2_check_user_session()
1691 if (!req->hdr.SessionId) { in smb2_sess_setup()
1697 rsp->hdr.SessionId = cpu_to_le64(sess->id); in smb2_sess_setup()
1704 u64 sess_id = le64_to_cpu(req->hdr.SessionId); in smb2_sess_setup()
1763 le64_to_cpu(req->hdr.SessionId)); in smb2_sess_setup()
2201 sess_id = le64_to_cpu(req->hdr.SessionId); in smb2_session_logoff()
[all …]
Doplock.c658 rsp_hdr->SessionId = 0; in __smb2_oplock_break_noti()
762 rsp_hdr->SessionId = 0; in __smb2_lease_break_noti()
Dauth.c1120 le64_to_cpu(tr_hdr->SessionId), in ksmbd_crypt_message()
/Linux-v6.6/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::