Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dconnect.c871 !server->with_rfc1001 && in is_smb_response()
895 server->with_rfc1001 = true; in is_smb_response()
1813 tcp_ses->with_rfc1001 = false; in cifs_get_tcp_session()
3324 server->with_rfc1001 = true; in ip_rfc1001_connect()
3435 if (server->with_rfc1001 || in generic_ip_connect()
H A Dcifsglob.h685 bool with_rfc1001; /* if netbios session is used */ member