Searched refs:SessionId (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | mbim-cm.c | 697 UINT32 SessionId; member 713 UINT32 SessionId; member 732 UINT32 SessionId; member 1039 mbim_debug("%s SessionId = %u", direction, le32toh(pInfo->SessionId)); in mbim_dump_connect() 1090 mbim_debug("%s SessionId = %u", direction, le32toh(pInfo->SessionId)); in mbim_dump_ipconfig() 1202 mbim_debug("%s SessionId = %u", direction, le32toh(pInfo->SessionId)); in mbim_dump() 1207 mbim_debug("%s SessionId = %u", direction, le32toh(pInfo->SessionId)); in mbim_dump() 1354 if (pInfo->SessionId == (uint32_t)mbim_sessionID) { in mbim_recv_command() 1625 set_connect.SessionId = htole32(sessionID); in mbim_query_connect() 1926 set_connect->SessionId = htole32(sessionID); in mbim_set_connect() [all …]
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | smb2transport.c | 228 ses = smb2_find_smb_ses(server, shdr->SessionId); in smb2_calc_signature() 547 rc = smb2_get_sign_key(shdr->SessionId, server, key); in smb3_calc_signature() 738 trace_smb3_cmd_enter(shdr->TreeId, shdr->SessionId, in smb2_mid_entry_alloc()
|
| H A D | smb2misc.c | 164 if (ses->Suid == thdr->SessionId) in smb2_check_message() 849 tcon = smb2_find_smb_tcon(server, sync_hdr->SessionId, in smb2_handle_cancelled_mid()
|
| H A D | smb2pdu.c | 134 shdr->SessionId = tcon->ses->Suid; in smb2_hdr_assemble() 811 req->sync_hdr.SessionId = 0; in SMB2_negotiate() 1196 req->sync_hdr.SessionId = sess_data->ses->Suid; in SMB2_sess_alloc_buffer() 1202 req->sync_hdr.SessionId = 0; in SMB2_sess_alloc_buffer() 1371 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_auth_kerberos() 1469 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_sess_auth_rawntlmssp_negotiate() 1504 req->sync_hdr.SessionId = ses->Suid; in SMB2_sess_auth_rawntlmssp_authenticate() 1530 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_sess_auth_rawntlmssp_authenticate() 1661 req->sync_hdr.SessionId = ses->Suid; in SMB2_logoff() 3903 shdr->SessionId = 0xFFFFFFFFFFFFFFFF; in smb2_new_read_req()
|
| H A D | smb2pdu.h | 119 __u64 SessionId; /* opaque - so do not make little endian */ member 143 __u64 SessionId; member
|
| H A D | smb2maperror.c | 2461 trace_smb3_cmd_done(shdr->TreeId, shdr->SessionId, in map_smb2_to_linux_error() 2486 trace_smb3_cmd_err(shdr->TreeId, shdr->SessionId, in map_smb2_to_linux_error()
|
| H A D | smb2ops.c | 2395 trace_smb3_ses_expired(shdr->TreeId, shdr->SessionId, in smb2_is_session_expired() 4164 memcpy(&tr_hdr->SessionId, &shdr->SessionId, 8); in fill_transform_hdr() 4279 rc = smb2_get_enc_key(server, tr_hdr->SessionId, enc, key); in crypt_message()
|
| /OK3568_Linux_fs/kernel/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::
|