Go to the source code of this file.
|
struct iscsi_tiqn * | iscsit_get_tiqn_for_login (unsigned char *buf) |
|
void | iscsit_put_tiqn_for_login (struct iscsi_tiqn *tiqn) |
|
struct iscsi_tiqn * | iscsit_add_tiqn (unsigned char *buf) |
|
void | iscsit_del_tiqn (struct iscsi_tiqn *tiqn) |
|
int | iscsit_access_np (struct iscsi_np *np, struct iscsi_portal_group *tpg) |
|
int | iscsit_deaccess_np (struct iscsi_np *np, struct iscsi_portal_group *tpg) |
|
struct iscsi_np * | iscsit_add_np (struct __kernel_sockaddr_storage *sockaddr, char *ip_str, int network_transport) |
|
int | iscsit_reset_np_thread (struct iscsi_np *np, struct iscsi_tpg_np *tpg_np, struct iscsi_portal_group *tpg) |
|
int | iscsit_del_np (struct iscsi_np *np) |
|
int | iscsit_add_reject_from_cmd (u8 reason, int fail_conn, int add_to_conn, unsigned char *buf, struct iscsi_cmd *cmd) |
|
int | iscsit_logout_closesession (struct iscsi_cmd *cmd, struct iscsi_conn *conn) |
|
int | iscsit_logout_closeconnection (struct iscsi_cmd *cmd, struct iscsi_conn *conn) |
|
int | iscsit_logout_removeconnforrecovery (struct iscsi_cmd *cmd, struct iscsi_conn *conn) |
|
int | iscsit_build_r2ts_for_cmd (struct iscsi_cmd *cmd, struct iscsi_conn *conn, bool recovery) |
|
void | iscsit_thread_get_cpumask (struct iscsi_conn *conn) |
|
int | iscsi_target_tx_thread (void *arg) |
|
int | iscsi_target_rx_thread (void *arg) |
|
int | iscsit_close_connection (struct iscsi_conn *conn) |
|
int | iscsit_close_session (struct iscsi_session *sess) |
|
void | iscsit_fail_session (struct iscsi_session *sess) |
|
int | iscsit_free_session (struct iscsi_session *sess) |
|
void | iscsit_stop_session (struct iscsi_session *sess, int session_sleep, int connection_sleep) |
|
int | iscsit_release_sessions_for_tpg (struct iscsi_portal_group *tpg, int force) |
|
| MODULE_DESCRIPTION ("iSCSI-Target Driver for mainline target infrastructure") |
|
| MODULE_VERSION ("4.1.x") |
|
| MODULE_AUTHOR ("[email protected]") |
|
| MODULE_LICENSE ("GPL") |
|
| module_init (iscsi_target_init_module) |
|
| module_exit (iscsi_target_cleanup_module) |
|
#define SENDTARGETS_BUF_LIMIT 32768U |
int iscsi_target_rx_thread |
( |
void * |
arg | ) |
|
int iscsi_target_tx_thread |
( |
void * |
arg | ) |
|
MODULE_DESCRIPTION |
( |
"iSCSI-Target Driver for mainline target infrastructure" |
| ) |
|
module_exit |
( |
iscsi_target_cleanup_module |
| ) |
|
module_init |
( |
iscsi_target_init_module |
| ) |
|
MODULE_VERSION |
( |
"4.1.x" |
| ) |
|