Searched refs:SMB2_FLAGS_SERVER_TO_REDIR (Results 1 – 5 of 5) sorted by relevance
32 if (shdr->Flags & SMB2_FLAGS_SERVER_TO_REDIR) in check_smb2_hdr()896 if ((hdr->Flags & SMB2_FLAGS_SERVER_TO_REDIR) in smb311_update_preauth_hash()
19 if (hdr->Flags & SMB2_FLAGS_SERVER_TO_REDIR) in check_smb2_hdr()
660 rsp_hdr->Flags = (SMB2_FLAGS_SERVER_TO_REDIR); in __smb2_oplock_break_noti()764 rsp_hdr->Flags = (SMB2_FLAGS_SERVER_TO_REDIR); in __smb2_lease_break_noti()
177 if (hdr->Flags & SMB2_FLAGS_SERVER_TO_REDIR) in is_smb2_neg_cmd()201 if (!(hdr->Flags & SMB2_FLAGS_SERVER_TO_REDIR)) in is_smb2_rsp()262 rsp_hdr->Flags = (SMB2_FLAGS_SERVER_TO_REDIR); in init_smb2_neg_rsp()426 rsp_hdr->Flags = (SMB2_FLAGS_SERVER_TO_REDIR | in init_chained_smb2_rsp()506 rsp_hdr->Flags = (SMB2_FLAGS_SERVER_TO_REDIR); in init_smb2_rsp_hdr()
117 #define SMB2_FLAGS_SERVER_TO_REDIR cpu_to_le32(0x00000001) macro