Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H 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()
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()
H A Dsmb2pdu.c907 static int smb311_decode_neg_context(struct smb2_negotiate_rsp *rsp, in smb311_decode_neg_context()
1047 struct smb2_negotiate_rsp *rsp; in SMB2_negotiate()
1131 rsp = (struct smb2_negotiate_rsp *)rsp_iov.iov_base; in SMB2_negotiate()
/linux/fs/smb/common/
H A Dsmb2pdu.h616 struct smb2_negotiate_rsp { struct
/linux/fs/smb/server/
H A Dsmb2pdu.c256 struct smb2_negotiate_rsp *rsp; in init_smb2_neg_rsp()
301 sizeof(struct smb2_negotiate_rsp) + AUTH_GSS_LENGTH); in init_smb2_neg_rsp()
827 struct smb2_negotiate_rsp *rsp) in assemble_neg_contexts()
1091 struct smb2_negotiate_rsp *rsp = smb2_get_msg(work->response_buf); in smb2_handle_negotiate()
1261 sizeof(struct smb2_negotiate_rsp) + in smb2_handle_negotiate()