Searched refs:auth_protocol (Results 1 - 3 of 3) sorted by relevance

/drivers/target/iscsi/
H A Discsi_target_auth.c57 struct iscsi_chap *chap = conn->auth_protocol;
126 conn->auth_protocol = kzalloc(sizeof(struct iscsi_chap), GFP_KERNEL);
127 if (!conn->auth_protocol)
130 chap = conn->auth_protocol;
166 kfree(conn->auth_protocol);
167 conn->auth_protocol = NULL;
187 struct iscsi_chap *chap = conn->auth_protocol;
455 struct iscsi_chap *chap = conn->auth_protocol;
478 struct iscsi_chap *chap = conn->auth_protocol;
H A Discsi_target_core.h596 void *auth_protocol; member in struct:iscsi_conn
H A Discsi_target_nego.c179 kfree(conn->auth_protocol);

Completed in 71 milliseconds