Home
last modified time | relevance | path

Searched refs:bundle (Results 1 – 8 of 8) sorted by relevance

/net/rxrpc/
Dconn_client.c43 static void rxrpc_deactivate_bundle(struct rxrpc_bundle *bundle);
121 struct rxrpc_bundle *bundle; in rxrpc_alloc_bundle() local
123 bundle = kzalloc(sizeof(*bundle), gfp); in rxrpc_alloc_bundle()
124 if (bundle) { in rxrpc_alloc_bundle()
125 bundle->params = *cp; in rxrpc_alloc_bundle()
126 rxrpc_get_peer(bundle->params.peer); in rxrpc_alloc_bundle()
127 refcount_set(&bundle->ref, 1); in rxrpc_alloc_bundle()
128 atomic_set(&bundle->active, 1); in rxrpc_alloc_bundle()
129 spin_lock_init(&bundle->channel_lock); in rxrpc_alloc_bundle()
130 INIT_LIST_HEAD(&bundle->waiting_calls); in rxrpc_alloc_bundle()
[all …]
Dconn_event.c168 spin_lock(&conn->bundle->channel_lock); in rxrpc_abort_calls()
173 lockdep_is_held(&conn->bundle->channel_lock)); in rxrpc_abort_calls()
190 spin_unlock(&conn->bundle->channel_lock); in rxrpc_abort_calls()
349 spin_lock(&conn->bundle->channel_lock); in rxrpc_process_event()
359 lockdep_is_held(&conn->bundle->channel_lock))); in rxrpc_process_event()
364 spin_unlock(&conn->bundle->channel_lock); in rxrpc_process_event()
Dconn_object.c219 return rxrpc_disconnect_client_call(conn->bundle, call); in rxrpc_disconnect_call()
221 spin_lock(&conn->bundle->channel_lock); in rxrpc_disconnect_call()
223 spin_unlock(&conn->bundle->channel_lock); in rxrpc_disconnect_call()
366 rxrpc_put_bundle(conn->bundle); in rxrpc_destroy_connection()
Dconn_service.c137 conn->bundle = rxrpc_get_bundle(&rxrpc_service_dummy_bundle); in rxrpc_prealloc_service_connection()
Drxkad.c1263 spin_lock(&conn->bundle->channel_lock); in rxkad_verify_response()
1280 lockdep_is_held(&conn->bundle->channel_lock)); in rxkad_verify_response()
1286 spin_unlock(&conn->bundle->channel_lock); in rxkad_verify_response()
1313 spin_unlock(&conn->bundle->channel_lock); in rxkad_verify_response()
Dar-internal.h444 struct rxrpc_bundle *bundle; /* Client connection bundle */ member
/net/xfrm/
Dxfrm_policy.c164 static void xfrm_init_pmtu(struct xfrm_dst **bundle, int nr);
2536 struct xfrm_dst **bundle, in xfrm_bundle_create() argument
2573 bundle[i] = xdst; in xfrm_bundle_create()
2644 xfrm_init_pmtu(bundle, nx); in xfrm_bundle_create()
2725 struct xfrm_dst *bundle[XFRM_MAX_DEPTH]; in xfrm_resolve_and_create_bundle() local
2741 dst = xfrm_bundle_create(pols[0], xfrm, bundle, err, fl, dst_orig); in xfrm_resolve_and_create_bundle()
3782 static void xfrm_init_pmtu(struct xfrm_dst **bundle, int nr) in xfrm_init_pmtu() argument
3785 struct xfrm_dst *xdst = bundle[nr]; in xfrm_init_pmtu()
3811 struct xfrm_dst *bundle[XFRM_MAX_DEPTH]; in xfrm_bundle_ok() local
3836 bundle[nr++] = xdst; in xfrm_bundle_ok()
[all …]
/net/tipc/
Dmsg.c540 goto bundle; in tipc_msg_try_bundle()
560 bundle: in tipc_msg_try_bundle()