Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dcifs_debug.c293 else if (ses->session_flags & SMB2_SESSION_FLAG_IS_NULL) in cifs_debug_data_proc_show()
Dsmb2pdu.h336 #define SMB2_SESSION_FLAG_IS_NULL 0x0002 macro
Dsmb2pdu.c833 if (tcon->ses->session_flags & SMB2_SESSION_FLAG_IS_NULL) in smb3_validate_negotiate()