Lines Matching refs:bundle
229 struct rxrpc_bundle *bundle;
243 bundle = list_entry(v, struct rxrpc_bundle, proc_link);
245 sprintf(lbuff, "%pISpc", &bundle->local->srx.transport);
246 sprintf(rbuff, "%pISpc", &bundle->peer->srx.transport);
252 bundle->service_id,
253 refcount_read(&bundle->ref),
254 atomic_read(&bundle->active),
255 bundle->try_upgrade ? 'U' : '-',
256 bundle->exclusive ? 'e' : '-',
257 bundle->upgrade ? 'u' : '-',
258 key_serial(bundle->key),
259 bundle->debug_id,
260 bundle->conn_ids[0],
261 bundle->conn_ids[1],
262 bundle->conn_ids[2],
263 bundle->conn_ids[3]);