Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dmisc.c320 if (smb->Flags & SMBFLG_RESPONSE) in check_smb_hdr()
433 (pSMB->hdr.Flags & SMBFLG_RESPONSE)) { in is_valid_oplock_break()
466 if (pSMB->hdr.Flags & SMBFLG_RESPONSE) { in is_valid_oplock_break()
/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()