Home
last modified time | relevance | path

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

/Linux-v6.6/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()
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()
Dsmb2pdu.c742 static int smb311_decode_neg_context(struct smb2_negotiate_rsp *rsp, in smb311_decode_neg_context()
882 struct smb2_negotiate_rsp *rsp; in SMB2_negotiate()
966 rsp = (struct smb2_negotiate_rsp *)rsp_iov.iov_base; in SMB2_negotiate()
/Linux-v6.6/fs/smb/common/
Dsmb2pdu.h605 struct smb2_negotiate_rsp { struct
/Linux-v6.6/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()
838 struct smb2_negotiate_rsp *rsp) in assemble_neg_contexts()
1102 struct smb2_negotiate_rsp *rsp = smb2_get_msg(work->response_buf); in smb2_handle_negotiate()
1270 sizeof(struct smb2_negotiate_rsp) + in smb2_handle_negotiate()