Home
last modified time | relevance | path

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

/fs/cifs/
Dcifsglob.h575 struct TCP_Server_Info { struct
576 struct list_head tcp_ses_list;
577 struct list_head smb_ses_list;
578 __u64 conn_id; /* connection identifier (useful for debugging) */
579 int srv_count; /* reference counter */
581 char server_RFC1001_name[RFC1001_NAME_LEN_WITH_NULL];
582 struct smb_version_operations *ops;
583 struct smb_version_values *vals;
585 enum statusEnum tcpStatus; /* what we think the status is */
586 char *hostname; /* hostname portion of UNC string */
[all …]