Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dcifsglob.h602 struct TCP_Server_Info { struct
603 struct list_head tcp_ses_list;
604 struct list_head smb_ses_list;
605 int srv_count; /* reference counter */
607 char server_RFC1001_name[RFC1001_NAME_LEN_WITH_NULL];
608 struct smb_version_operations *ops;
609 struct smb_version_values *vals;
610 enum statusEnum tcpStatus; /* what we think the status is */
611 char *hostname; /* hostname portion of UNC string */
612 struct socket *ssocket;
[all …]