Home
last modified time | relevance | path

Searched refs:smb2_negotiate_rsp (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/fs/cifs/
Dsmb2misc.c84 #define SMB311_NEGPROT_BASE_SIZE (sizeof(struct smb2_sync_hdr) + sizeof(struct smb2_negotiate_rsp))
91 struct smb2_negotiate_rsp *pneg_rsp = (struct smb2_negotiate_rsp *)hdr; in get_neg_ctxt_len()
318 ((struct smb2_negotiate_rsp *)shdr)->SecurityBufferOffset); in smb2_get_data_area_len()
320 ((struct smb2_negotiate_rsp *)shdr)->SecurityBufferLength); in smb2_get_data_area_len()
Dsmb2pdu.h474 struct smb2_negotiate_rsp { struct
Dsmb2pdu.c696 static int smb311_decode_neg_context(struct smb2_negotiate_rsp *rsp, in smb311_decode_neg_context()
837 struct smb2_negotiate_rsp *rsp; in SMB2_negotiate()
922 rsp = (struct smb2_negotiate_rsp *)rsp_iov.iov_base; in SMB2_negotiate()
/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.h351 struct smb2_negotiate_rsp { struct
Dsmb2pdu.c234 struct smb2_negotiate_rsp *rsp; in init_smb2_neg_rsp()
283 inc_rfc1001_len(rsp, sizeof(struct smb2_negotiate_rsp) - in init_smb2_neg_rsp()
805 struct smb2_negotiate_rsp *rsp) in assemble_neg_contexts()
1048 struct smb2_negotiate_rsp *rsp = work->response_buf; in smb2_handle_negotiate()
1189 inc_rfc1001_len(rsp, sizeof(struct smb2_negotiate_rsp) - in smb2_handle_negotiate()