Home
last modified time | relevance | path

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

/linux-5.19.10/fs/cifs/
Dcifsglob.h605 struct TCP_Server_Info { struct
606 struct list_head tcp_ses_list;
607 struct list_head smb_ses_list;
608 __u64 conn_id; /* connection identifier (useful for debugging) */
609 int srv_count; /* reference counter */
611 char server_RFC1001_name[RFC1001_NAME_LEN_WITH_NULL];
612 struct smb_version_operations *ops;
613 struct smb_version_values *vals;
615 enum statusEnum tcpStatus; /* what we think the status is */
616 char *hostname; /* hostname portion of UNC string */
[all …]