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