Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
iscsi_target_login.h
Go to the documentation of this file.
1 #ifndef ISCSI_TARGET_LOGIN_H
2 #define ISCSI_TARGET_LOGIN_H
3 
4 extern int iscsi_login_setup_crypto(struct iscsi_conn *);
7 extern int iscsi_target_setup_login_socket(struct iscsi_np *,
9 extern int iscsi_target_login_thread(void *);
10 extern int iscsi_login_disable_FIM_keys(struct iscsi_param_list *, struct iscsi_conn *);
11 
12 #endif /*** ISCSI_TARGET_LOGIN_H ***/