Home
last modified time | relevance | path

Searched defs:TCP_Server_Info (Results 1 – 1 of 1) sorted by relevance

/linux/fs/smb/client/
H A Dcifsglob.h709 struct TCP_Server_Info { struct
710 struct list_head tcp_ses_list;
711 struct list_head smb_ses_list;
712 spinlock_t srv_lock; /* protect anything here that is not protected */
713 __u64 conn_id; /* connection identifier (useful for debugging) */
714 int srv_count; /* reference counter */
715 int rfc1001_sessinit; /* whether to estasblish netbios session */
716 bool with_rfc1001; /* if netbios session is used */
718 char server_RFC1001_name[RFC1001_NAME_LEN_WITH_NULL];
719 struct smb_version_operations *ops;
[all …]