Searched refs:SessionId (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | smb2misc.c | 163 if (iter->Suid == le64_to_cpu(thdr->SessionId)) { in smb2_check_message() 664 le64_to_cpu(rsp->hdr.SessionId), in smb2_is_valid_lease_break() 746 le64_to_cpu(rsp->hdr.SessionId)); in smb2_is_valid_oplock_break() 852 tcon = smb2_find_smb_tcon(server, le64_to_cpu(hdr->SessionId), in smb2_handle_cancelled_mid()
|
H A D | smb2transport.c | 266 __u64 sid = le64_to_cpu(shdr->SessionId); in smb2_calc_signature() 597 rc = smb3_get_sign_key(le64_to_cpu(shdr->SessionId), server, key); in smb3_calc_signature() 793 le64_to_cpu(shdr->SessionId), in smb2_mid_entry_alloc()
|
H A D | smb2pdu.c | 141 shdr->SessionId = cpu_to_le64(tcon->ses->Suid); in smb2_hdr_assemble() 1072 req->hdr.SessionId = 0; in SMB2_negotiate() 1481 req->hdr.SessionId = cpu_to_le64(ses->Suid); in SMB2_sess_alloc_buffer() 1488 req->hdr.SessionId = 0; in SMB2_sess_alloc_buffer() 1674 ses->Suid = le64_to_cpu(rsp->hdr.SessionId); in SMB2_auth_kerberos() 1778 ses->Suid = le64_to_cpu(rsp->hdr.SessionId); in SMB2_sess_auth_rawntlmssp_negotiate() 1815 req->hdr.SessionId = cpu_to_le64(ses->Suid); in SMB2_sess_auth_rawntlmssp_authenticate() 1846 ses->Suid = le64_to_cpu(rsp->hdr.SessionId); in SMB2_sess_auth_rawntlmssp_authenticate() 1985 req->hdr.SessionId = cpu_to_le64(ses->Suid); in SMB2_logoff() 4488 shdr->SessionId in smb2_new_read_req() [all...] |
H A D | smb2maperror.c | 2449 le64_to_cpu(shdr->SessionId), in map_smb2_to_linux_error() 2476 le64_to_cpu(shdr->SessionId), in map_smb2_to_linux_error()
|
H A D | smb2ops.c | 2451 le64_to_cpu(shdr->SessionId), in smb2_is_session_expired() 4132 memcpy(&tr_hdr->SessionId, &shdr->SessionId, 8); in fill_transform_hdr() 4270 rc = smb2_get_enc_key(server, le64_to_cpu(tr_hdr->SessionId), enc, key); in crypt_message() 4273 enc ? "en" : "de", le64_to_cpu(tr_hdr->SessionId)); in crypt_message()
|
/openbmc/linux/Documentation/networking/device_drivers/wwan/ |
H A D | iosm.rst | 75 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:
|
H A D | t7xx.rst | 82 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:
|
/openbmc/linux/fs/smb/common/ |
H A D | smb2pdu.h | 153 __le64 SessionId; member 175 __le64 SessionId; member 208 __le64 SessionId; member
|
/openbmc/linux/fs/smb/server/ |
H A D | smb2pdu.c | 270 rsp_hdr->SessionId = 0; in init_smb2_neg_rsp() 394 work->compound_sid = le64_to_cpu(rsp->SessionId); in init_chained_smb2_rsp() 435 rsp_hdr->SessionId = rcv_hdr->SessionId; in init_chained_smb2_rsp() 514 rsp_hdr->SessionId = rcv_hdr->SessionId; in init_smb2_rsp_hdr() 589 sess_id = le64_to_cpu(req_hdr->SessionId); in smb2_check_user_session() 1685 if (!req->hdr.SessionId) { in smb2_sess_setup() 1691 rsp->hdr.SessionId = cpu_to_le64(sess->id); in smb2_sess_setup() 1700 u64 sess_id = le64_to_cpu(req->hdr.SessionId); in smb2_sess_setup() 1766 le64_to_cpu(req->hdr.SessionId)); in smb2_sess_setup() 2224 sess_id = le64_to_cpu(req->hdr.SessionId); in smb2_session_logoff() [all …]
|
H A D | oplock.c | 663 rsp_hdr->SessionId = 0; in __smb2_oplock_break_noti() 770 rsp_hdr->SessionId = 0; in __smb2_lease_break_noti()
|
H A D | auth.c | 1124 le64_to_cpu(tr_hdr->SessionId), in ksmbd_crypt_message()
|
/openbmc/linux/Documentation/networking/ |
H A D | cdc_mbim.rst | 184 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::
|
/openbmc/qemu/qga/ |
H A D | commands-win32.c | 1972 DWORD SessionId; member 2013 entries[i].SessionId, in qmp_guest_get_users()
|
/openbmc/bmcweb/ |
H A D | Redfish.md | 753 ### /redfish/v1/SessionService/Sessions/{SessionId}/
|