Searched refs:TCP_Server_Info (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A Dcifs_debug.h29 void cifs_dump_mids(struct TCP_Server_Info *);
H A Dcifsproto.h60 extern int is_valid_oplock_break(struct smb_hdr *smb, struct TCP_Server_Info *);
78 extern __u16 GetNextMid(struct TCP_Server_Info *server);
289 extern int cifs_sign_smb(struct smb_hdr *, struct TCP_Server_Info *,__u32 *);
290 extern int cifs_sign_smb2(struct kvec *iov, int n_vec, struct TCP_Server_Info *,
H A Dcifsencrypt.c58 int cifs_sign_smb(struct smb_hdr * cifs_pdu, struct TCP_Server_Info * server,
120 int cifs_sign_smb2(struct kvec * iov, int n_vec, struct TCP_Server_Info *server,
H A Dcifsglob.h114 struct TCP_Server_Info { struct
185 struct TCP_Server_Info *server; /* pointer to server info */
H A Dmisc.c239 __u16 GetNextMid(struct TCP_Server_Info *server)
496 is_valid_oplock_break(struct smb_hdr *buf, struct TCP_Server_Info *srv)
H A Dconnect.c117 cifs_reconnect(struct TCP_Server_Info *server)
332 cifs_demultiplex_thread(struct TCP_Server_Info *server)
1269 char *userName, struct TCP_Server_Info **psrvTcp)
1709 struct TCP_Server_Info *srvTcp = NULL;
1844 srvTcp = kmalloc(sizeof (struct TCP_Server_Info), GFP_KERNEL);
1854 memset(srvTcp, 0, sizeof (struct TCP_Server_Info));
H A Dcifs_debug.c70 void cifs_dump_mids(struct TCP_Server_Info * server)
H A Dcifssmb.c405 struct TCP_Server_Info * server;

Completed in 125 milliseconds