Home | History | Annotate | Download | only in iscsid

Lines Matching defs:portal

202 		portal_t *portal;
204 if ((portal = (void *)find_portal (sid)) != NULL)
205 return portal->target;
243 * Find a Portal by Address.
247 * Returns: The pointer to the portal (or NULL if not found)
281 * Returns: The pointer to the portal (or NULL if not found)
549 ent->portal_id = conn->portal.sid.id;
609 ent->target_portal_id = conn->portal.sid;
610 ent->target_portal = conn->portal.addr;
669 res->target_portal_id = conn->portal.sid;
670 res->target_portal = conn->portal.addr;
696 * Find an Initiator Portal by Address.
700 * Returns: The pointer to the portal (or NULL if not found)
723 * Add an initiator portal.
815 * initiator portal.
851 * Select the initiator portal to use.
852 * Selects the portal with the least number of active connections.
855 * Pointer to the portal, NULL if no portals are defined.
896 portal_t *portal;
916 portal = find_portal_id(conn->portal.sid.id);
917 if (portal != NULL)
918 portal->active_connections--;
944 portal_t *portal;
970 portal = find_portal_id(conn->portal.sid.id);
971 if (portal != NULL)
972 portal->active_connections--;