Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb1misc.c78 (pSMB->hdr.Flags & SMBFLG_RESPONSE)) { in is_valid_oplock_break()
111 if (pSMB->hdr.Flags & SMBFLG_RESPONSE) { in is_valid_oplock_break()
H A Dsmb1transport.c455 if (smb->Flags & SMBFLG_RESPONSE) in check_smb_hdr()
H A Dsmb1pdu.h163 #define SMBFLG_RESPONSE 0x80 /* this PDU is a response from server */ macro
/linux/fs/smb/server/
H A Dsmb_common.h75 #define SMBFLG_RESPONSE 0x80 /* this PDU is a response from server */ macro
H A Dsmb_common.c351 rsp_hdr->Flags = SMBFLG_RESPONSE; in init_smb1_rsp_hdr()