|
Linux Kernel
3.7.1
|
#include <linux/fs.h>#include <linux/list.h>#include <linux/wait.h>#include <linux/net.h>#include <linux/delay.h>#include <linux/uaccess.h>#include <asm/processor.h>#include <linux/mempool.h>#include <linux/highmem.h>#include "smb2pdu.h"#include "cifsglob.h"#include "cifsproto.h"#include "smb2proto.h"#include "cifs_debug.h"#include "smb2status.h"#include "smb2glob.h"Go to the source code of this file.
Functions | |
| int | smb2_verify_signature (struct smb_rqst *rqst, struct TCP_Server_Info *server) |
| int | smb2_check_receive (struct mid_q_entry *mid, struct TCP_Server_Info *server, bool log_error) |
| struct mid_q_entry * | smb2_setup_request (struct cifs_ses *ses, struct smb_rqst *rqst) |
| struct mid_q_entry * | smb2_setup_async_request (struct TCP_Server_Info *server, struct smb_rqst *rqst) |
| int smb2_check_receive | ( | struct mid_q_entry * | mid, |
| struct TCP_Server_Info * | server, | ||
| bool | log_error | ||
| ) |
Definition at line 258 of file smb2transport.c.
|
read |
Definition at line 305 of file smb2transport.c.
Definition at line 285 of file smb2transport.c.
| int smb2_verify_signature | ( | struct smb_rqst * | rqst, |
| struct TCP_Server_Info * | server | ||
| ) |
Definition at line 141 of file smb2transport.c.
1.8.2