Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dmisc.c316 if (smb->Flags & SMBFLG_RESPONSE) in check_smb_hdr()
429 (pSMB->hdr.Flags & SMBFLG_RESPONSE)) { in is_valid_oplock_break()
462 if (pSMB->hdr.Flags & SMBFLG_RESPONSE) { in is_valid_oplock_break()
H A Dcifspdu.h164 #define SMBFLG_RESPONSE 0x80 /* this PDU is a response from server */ macro
/openbmc/linux/fs/smb/server/
H A Dsmb_common.h163 #define SMBFLG_RESPONSE 0x80 /* this PDU is a response from server */ macro
H A Dsmb_common.c328 rsp_hdr->Flags = SMBFLG_RESPONSE; in init_smb1_rsp_hdr()