Home
last modified time | relevance | path

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

/linux-5.10/fs/cifs/
Dcifsglob.h668 struct TCP_Server_Info { struct
669 struct list_head tcp_ses_list;
670 struct list_head smb_ses_list;
671 int srv_count; /* reference counter */
673 char server_RFC1001_name[RFC1001_NAME_LEN_WITH_NULL];
674 struct smb_version_operations *ops;
675 struct smb_version_values *vals;
676 enum statusEnum tcpStatus; /* what we think the status is */
677 char *hostname; /* hostname portion of UNC string */
678 struct socket *ssocket;
[all …]