Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
TCP_Server_Info Struct Reference

#include <cifsglob.h>

Data Fields

struct list_head tcp_ses_list
 
struct list_head smb_ses_list
 
int srv_count
 
char server_RFC1001_name [RFC1001_NAME_LEN_WITH_NULL]
 
struct smb_version_operationsops
 
struct smb_version_valuesvals
 
enum statusEnum tcpStatus
 
charhostname
 
struct socketssocket
 
struct sockaddr_storage dstaddr
 
struct sockaddr_storage srcaddr
 
wait_queue_head_t response_q
 
wait_queue_head_t request_q
 
struct list_head pending_mid_q
 
bool noblocksnd
 
bool noautotune
 
bool tcp_nodelay
 
int credits
 
unsigned int in_flight
 
spinlock_t req_lock
 
struct mutex srv_mutex
 
struct task_structtsk
 
char server_GUID [16]
 
__u16 sec_mode
 
bool session_estab
 
u16 dialect
 
enum securityEnum secType
 
bool oplocks:1
 
unsigned int maxReq
 
unsigned int maxBuf
 
unsigned int max_rw
 
unsigned int max_vcs
 
unsigned int capabilities
 
int timeAdj
 
__u64 CurrentMid
 
char cryptkey [CIFS_CRYPTO_KEY_SIZE]
 
char workstation_RFC1001_name [RFC1001_NAME_LEN_WITH_NULL]
 
__u32 sequence_number
 
struct session_key session_key
 
unsigned long lstrp
 
struct cifs_secmech secmech
 
bool sec_ntlmssp
 
bool sec_kerberosu2u
 
bool sec_kerberos
 
bool sec_mskerberos
 
bool large_buf
 
struct delayed_work echo
 
struct kveciov
 
unsigned int nr_iov
 
charsmallbuf
 
charbigbuf
 
unsigned int total_read
 

Detailed Description

Definition at line 488 of file cifsglob.h.

Field Documentation

char* bigbuf

Definition at line 559 of file cifsglob.h.

unsigned int capabilities

Definition at line 539 of file cifsglob.h.

int credits

Definition at line 510 of file cifsglob.h.

Definition at line 542 of file cifsglob.h.

__u64 CurrentMid

Definition at line 541 of file cifsglob.h.

u16 dialect

Definition at line 523 of file cifsglob.h.

Definition at line 499 of file cifsglob.h.

Definition at line 555 of file cifsglob.h.

char* hostname

Definition at line 497 of file cifsglob.h.

unsigned int in_flight

Definition at line 511 of file cifsglob.h.

struct kvec* iov

Definition at line 556 of file cifsglob.h.

bool large_buf

Definition at line 554 of file cifsglob.h.

unsigned long lstrp

Definition at line 547 of file cifsglob.h.

unsigned int max_rw

Definition at line 533 of file cifsglob.h.

unsigned int max_vcs

Definition at line 536 of file cifsglob.h.

unsigned int maxBuf

Definition at line 529 of file cifsglob.h.

unsigned int maxReq

Definition at line 526 of file cifsglob.h.

bool noautotune

Definition at line 508 of file cifsglob.h.

bool noblocksnd

Definition at line 507 of file cifsglob.h.

unsigned int nr_iov

Definition at line 557 of file cifsglob.h.

bool oplocks

Definition at line 525 of file cifsglob.h.

Definition at line 494 of file cifsglob.h.

struct list_head pending_mid_q

Definition at line 506 of file cifsglob.h.

spinlock_t req_lock

Definition at line 512 of file cifsglob.h.

wait_queue_head_t request_q

Definition at line 505 of file cifsglob.h.

wait_queue_head_t response_q

Definition at line 504 of file cifsglob.h.

bool sec_kerberos

Definition at line 552 of file cifsglob.h.

bool sec_kerberosu2u

Definition at line 551 of file cifsglob.h.

__u16 sec_mode

Definition at line 516 of file cifsglob.h.

bool sec_mskerberos

Definition at line 553 of file cifsglob.h.

bool sec_ntlmssp

Definition at line 550 of file cifsglob.h.

Definition at line 548 of file cifsglob.h.

enum securityEnum secType

Definition at line 524 of file cifsglob.h.

__u32 sequence_number

Definition at line 545 of file cifsglob.h.

char server_GUID[16]

Definition at line 515 of file cifsglob.h.

char server_RFC1001_name[RFC1001_NAME_LEN_WITH_NULL]

Definition at line 493 of file cifsglob.h.

bool session_estab

Definition at line 517 of file cifsglob.h.

Definition at line 546 of file cifsglob.h.

char* smallbuf

Definition at line 558 of file cifsglob.h.

struct list_head smb_ses_list

Definition at line 490 of file cifsglob.h.

Definition at line 500 of file cifsglob.h.

int srv_count

Definition at line 491 of file cifsglob.h.

struct mutex srv_mutex

Definition at line 513 of file cifsglob.h.

struct socket* ssocket

Definition at line 498 of file cifsglob.h.

bool tcp_nodelay

Definition at line 509 of file cifsglob.h.

struct list_head tcp_ses_list

Definition at line 489 of file cifsglob.h.

enum statusEnum tcpStatus

Definition at line 496 of file cifsglob.h.

int timeAdj

Definition at line 540 of file cifsglob.h.

unsigned int total_read

Definition at line 560 of file cifsglob.h.

Definition at line 514 of file cifsglob.h.

Definition at line 495 of file cifsglob.h.

char workstation_RFC1001_name[RFC1001_NAME_LEN_WITH_NULL]

Definition at line 544 of file cifsglob.h.


The documentation for this struct was generated from the following file: