Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
iscsi_target_nodeattrib.h
Go to the documentation of this file.
1 #ifndef ISCSI_TARGET_NODEATTRIB_H
2 #define ISCSI_TARGET_NODEATTRIB_H
3 
5 extern int iscsit_na_dataout_timeout(struct iscsi_node_acl *, u32);
7 extern int iscsit_na_nopin_timeout(struct iscsi_node_acl *, u32);
11 extern int iscsit_na_random_r2t_offsets(struct iscsi_node_acl *, u32);
12 extern int iscsit_na_default_erl(struct iscsi_node_acl *, u32);
13 
14 #endif /* ISCSI_TARGET_NODEATTRIB_H */