Home
last modified time | relevance | path

Searched refs:BAD_PROT (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
Dcifspdu.h37 #define BAD_PROT 0xFFFF macro
Dcifssmb.c63 {BAD_PROT, "\2"}
75 {BAD_PROT, "\2"}
641 if ((pSMBr->hdr.WordCount < 13) || (server->dialect == BAD_PROT)) { in CIFSSMBNegotiate()