OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:connection_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/iscsid/
iscsid_globals.h
314
typedef struct connection_s
connection_t
;
typedef in typeref:struct:connection_s
419
(
connection_t
*)(void *)find_id(&session->connections, id)
433
(
connection_t
*)(void *)find_name(&session->connections, name)
445
(
connection_t
*)(void *)find_sym_id(&session->connections, sid)
/src/sys/dev/iscsi/
iscsi_globals.h
189
typedef struct connection_s
connection_t
;
typedef in typeref:struct:connection_s
232
connection_t
*pdu_connection;
297
connection_t
*ccb_connection; /* connection for CCB */
461
connection_t
*s_mru_connection;
651
void kill_connection(
connection_t
*, uint32_t, int, bool);
654
void handle_connection_error(
connection_t
*, uint32_t, int);
655
void add_connection_cleanup(
connection_t
*);
660
connection_t
*find_connection(session_t *, uint32_t);
677
connection_t
*assign_connection(session_t *session, bool waitok);
679
int send_login(
connection_t
*);
[
all
...]
Completed in 34 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025