Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifsglob.h677 struct TCP_Server_Info { struct
678 struct list_head tcp_ses_list;
679 struct list_head smb_ses_list;
680 spinlock_t srv_lock; /* protect anything here that is not protected */
681 __u64 conn_id; /* connection identifier (useful for debugging) */
682 int srv_count; /* reference counter */
684 char server_RFC1001_name[RFC1001_NAME_LEN_WITH_NULL];
685 struct smb_version_operations *ops;
686 struct smb_version_values *vals;
688 enum statusEnum tcpStatus; /* what we think the status is */
[all …]