Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/smb/client/
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 …]
/kernel/linux/linux-5.10/fs/cifs/
Dcifsglob.h671 struct TCP_Server_Info { struct
672 struct list_head tcp_ses_list;
673 struct list_head smb_ses_list;
674 int srv_count; /* reference counter */
676 char server_RFC1001_name[RFC1001_NAME_LEN_WITH_NULL];
677 struct smb_version_operations *ops;
678 struct smb_version_values *vals;
679 enum statusEnum tcpStatus; /* what we think the status is */
680 char *hostname; /* hostname portion of UNC string */
681 struct socket *ssocket;
[all …]