Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cifs/
A Dsmb2misc.c84 #define SMB311_NEGPROT_BASE_SIZE (sizeof(struct smb2_hdr) + sizeof(struct smb2_negotiate_rsp))
91 struct smb2_negotiate_rsp *pneg_rsp = (struct smb2_negotiate_rsp *)hdr; in get_neg_ctxt_len()
333 ((struct smb2_negotiate_rsp *)shdr)->SecurityBufferOffset); in smb2_get_data_area_len()
335 ((struct smb2_negotiate_rsp *)shdr)->SecurityBufferLength); in smb2_get_data_area_len()
A Dsmb2pdu.c698 static int smb311_decode_neg_context(struct smb2_negotiate_rsp *rsp, in smb311_decode_neg_context()
841 struct smb2_negotiate_rsp *rsp; in SMB2_negotiate()
925 rsp = (struct smb2_negotiate_rsp *)rsp_iov.iov_base; in SMB2_negotiate()
/linux-6.3-rc2/fs/smbfs_common/
A Dsmb2pdu.h582 struct smb2_negotiate_rsp { struct
/linux-6.3-rc2/fs/ksmbd/
A Dsmb2pdu.c229 struct smb2_negotiate_rsp *rsp; in init_smb2_neg_rsp()
276 sizeof(struct smb2_negotiate_rsp) - in init_smb2_neg_rsp()
799 struct smb2_negotiate_rsp *rsp, in assemble_neg_contexts()
1061 struct smb2_negotiate_rsp *rsp = smb2_get_msg(work->response_buf); in smb2_handle_negotiate()
1206 inc_rfc1001_len(work->response_buf, sizeof(struct smb2_negotiate_rsp) - in smb2_handle_negotiate()

Completed in 31 milliseconds