Home
last modified time | relevance | path

Searched refs:rxrpc_conn_bundle (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/net/rxrpc/
Dar-internal.h58 struct rxrpc_conn_bundle *bundle; /* virtual connection bundle */
223 struct rxrpc_conn_bundle { struct
244 struct rxrpc_conn_bundle *bundle; /* connection bundle (client) */ argument
473 struct rxrpc_conn_bundle *,
491 struct rxrpc_conn_bundle *rxrpc_get_bundle(struct rxrpc_sock *,
494 void rxrpc_put_bundle(struct rxrpc_transport *, struct rxrpc_conn_bundle *);
496 struct rxrpc_conn_bundle *, struct rxrpc_call *, gfp_t);
Dar-connection.c35 static struct rxrpc_conn_bundle *rxrpc_alloc_bundle(gfp_t gfp) in rxrpc_alloc_bundle()
37 struct rxrpc_conn_bundle *bundle; in rxrpc_alloc_bundle()
41 bundle = kzalloc(sizeof(struct rxrpc_conn_bundle), gfp); in rxrpc_alloc_bundle()
59 int rxrpc_cmp_bundle(const struct rxrpc_conn_bundle *bundle, in rxrpc_cmp_bundle()
69 struct rxrpc_conn_bundle *rxrpc_get_bundle(struct rxrpc_sock *rx, in rxrpc_get_bundle()
75 struct rxrpc_conn_bundle *bundle, *candidate; in rxrpc_get_bundle()
92 bundle = rb_entry(p, struct rxrpc_conn_bundle, node); in rxrpc_get_bundle()
121 bundle = rb_entry(parent, struct rxrpc_conn_bundle, node); in rxrpc_get_bundle()
176 struct rxrpc_conn_bundle *bundle) in rxrpc_put_bundle()
431 struct rxrpc_conn_bundle *bundle, in rxrpc_connect_call()
Dar-call.c254 struct rxrpc_conn_bundle *bundle, in rxrpc_alloc_client_call()
317 struct rxrpc_conn_bundle *bundle, in rxrpc_get_client_call()
Dar-output.c134 struct rxrpc_conn_bundle *bundle; in rxrpc_client_sendmsg()
Daf_rxrpc.c275 struct rxrpc_conn_bundle *bundle; in rxrpc_kernel_begin_call()