Searched refs:bundle (Results 1 – 7 of 7) sorted by relevance
| /net/rxrpc/ |
| A D | conn_client.c | 79 bundle = kzalloc(sizeof(*bundle), gfp); in rxrpc_alloc_bundle() 80 if (bundle) { in rxrpc_alloc_bundle() 99 return bundle; in rxrpc_alloc_bundle() 109 return bundle; in rxrpc_get_bundle() 114 trace_rxrpc_bundle(bundle->debug_id, refcount_read(&bundle->ref), in rxrpc_free_bundle() 121 kfree(bundle); in rxrpc_free_bundle() 130 if (bundle) { in rxrpc_put_bundle() 416 struct rxrpc_bundle *bundle = conn->bundle; in rxrpc_activate_one_channel() local 519 struct rxrpc_bundle *bundle = call->bundle; in rxrpc_connect_client_calls() local 676 struct rxrpc_bundle *bundle = conn->bundle; in rxrpc_unbundle_conn() local [all …]
|
| A D | proc.c | 229 struct rxrpc_bundle *bundle; in rxrpc_bundle_seq_show() local 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() 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() [all …]
|
| A D | conn_object.c | 207 rxrpc_disconnect_client_call(call->bundle, call); in rxrpc_disconnect_call() 339 rxrpc_put_bundle(conn->bundle, rxrpc_bundle_put_conn); in rxrpc_clean_up_connection()
|
| A D | ar-internal.h | 555 struct rxrpc_bundle *bundle; /* Client connection bundle */ member 696 struct rxrpc_bundle *bundle; /* Connection bundle to use */ member 1145 void rxrpc_deactivate_bundle(struct rxrpc_bundle *bundle);
|
| A D | call_object.c | 693 rxrpc_deactivate_bundle(call->bundle); in rxrpc_destroy_call() 694 rxrpc_put_bundle(call->bundle, rxrpc_bundle_put_call); in rxrpc_destroy_call()
|
| /net/xfrm/ |
| A D | xfrm_policy.c | 185 static void xfrm_init_pmtu(struct xfrm_dst **bundle, int nr); 2668 struct xfrm_dst **bundle, in xfrm_bundle_create() argument 2705 bundle[i] = xdst; in xfrm_bundle_create() 2784 xfrm_init_pmtu(bundle, nx); in xfrm_bundle_create() 2865 struct xfrm_dst *bundle[XFRM_MAX_DEPTH]; in xfrm_resolve_and_create_bundle() local 3960 static void xfrm_init_pmtu(struct xfrm_dst **bundle, int nr) in xfrm_init_pmtu() argument 3963 struct xfrm_dst *xdst = bundle[nr]; in xfrm_init_pmtu() 3989 struct xfrm_dst *bundle[XFRM_MAX_DEPTH]; in xfrm_bundle_ok() local 4014 bundle[nr++] = xdst; in xfrm_bundle_ok() 4036 xdst = bundle[start_from - 1]; in xfrm_bundle_ok() [all …]
|
| /net/tipc/ |
| A D | msg.c | 544 goto bundle; in tipc_msg_try_bundle() 564 bundle: in tipc_msg_try_bundle()
|
Completed in 33 milliseconds