Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.3 12 lines 546 B view raw
1#ifndef ISCSI_TARGET_LOGIN_H 2#define ISCSI_TARGET_LOGIN_H 3 4extern int iscsi_login_setup_crypto(struct iscsi_conn *); 5extern int iscsi_check_for_session_reinstatement(struct iscsi_conn *); 6extern int iscsi_login_post_auth_non_zero_tsih(struct iscsi_conn *, u16, u32); 7extern int iscsi_target_setup_login_socket(struct iscsi_np *, 8 struct __kernel_sockaddr_storage *); 9extern int iscsi_target_login_thread(void *); 10extern int iscsi_login_disable_FIM_keys(struct iscsi_param_list *, struct iscsi_conn *); 11 12#endif /*** ISCSI_TARGET_LOGIN_H ***/