Searched defs:TCP_Server_Info (Results 1 – 1 of 1) sorted by relevance
626 struct TCP_Server_Info { struct627 struct list_head tcp_ses_list;628 struct list_head smb_ses_list;629 spinlock_t srv_lock; /* protect anything here that is not protected */630 __u64 conn_id; /* connection identifier (useful for debugging) */631 int srv_count; /* reference counter */633 char server_RFC1001_name[RFC1001_NAME_LEN_WITH_NULL];634 struct smb_version_operations *ops;635 struct smb_version_values *vals;637 enum statusEnum tcpStatus; /* what we think the status is */[all …]