Lines Matching refs:list_head
60 struct list_head listen_link; /* link in the local endpoint's listen list */
61 struct list_head secureq; /* calls awaiting connection security clearance */
62 struct list_head acceptq; /* calls awaiting acceptance */
109 struct list_head link; /* link in master list */
156 struct list_head services; /* services listening on this endpoint */
157 struct list_head link; /* link in endpoint list */
177 struct list_head link; /* link in master peer list */
178 struct list_head error_targets; /* targets for net error distribution */
209 struct list_head link; /* link in master session list */
225 struct list_head unused_conns; /* unused connections in this bundle */
226 struct list_head avail_conns; /* available connections in this bundle */
227 struct list_head busy_conns; /* busy connections in this bundle */
247 struct list_head link; /* link in master connection list */
248 struct list_head bundle_link; /* link in bundle */
308 struct list_head link; /* link in master call list */
309 struct list_head error_link; /* link in error distribution list */
310 struct list_head accept_link; /* calls awaiting acceptance */
466 extern struct list_head rxrpc_calls;
488 extern struct list_head rxrpc_connections;