Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
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()
336 ((struct smb2_negotiate_rsp *)shdr)->SecurityBufferOffset); in smb2_get_data_area_len()
338 ((struct smb2_negotiate_rsp *)shdr)->SecurityBufferLength); in smb2_get_data_area_len()
Dsmb2pdu.c913 static int smb311_decode_neg_context(struct smb2_negotiate_rsp *rsp, in smb311_decode_neg_context()
1053 struct smb2_negotiate_rsp *rsp; in SMB2_negotiate()
1137 rsp = (struct smb2_negotiate_rsp *)rsp_iov.iov_base; in SMB2_negotiate()
/linux-6.12.1/fs/smb/common/
Dsmb2pdu.h616 struct smb2_negotiate_rsp { struct
/linux-6.12.1/fs/smb/server/
Dsmb2pdu.c253 struct smb2_negotiate_rsp *rsp; in init_smb2_neg_rsp()
298 sizeof(struct smb2_negotiate_rsp) + AUTH_GSS_LENGTH); in init_smb2_neg_rsp()
823 struct smb2_negotiate_rsp *rsp) in assemble_neg_contexts()
1087 struct smb2_negotiate_rsp *rsp = smb2_get_msg(work->response_buf); in smb2_handle_negotiate()
1255 sizeof(struct smb2_negotiate_rsp) + in smb2_handle_negotiate()