Home
last modified time | relevance | path

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

/linux-3.4.99/net/rxrpc/
Dar-internal.h58 struct rxrpc_conn_bundle *bundle; /* virtual connection bundle */
221 struct rxrpc_conn_bundle { struct
242 struct rxrpc_conn_bundle *bundle; /* connection bundle (client) */ argument
450 struct rxrpc_conn_bundle *,
468 extern struct rxrpc_conn_bundle *rxrpc_get_bundle(struct rxrpc_sock *,
473 struct rxrpc_conn_bundle *);
475 struct rxrpc_conn_bundle *, struct rxrpc_call *,
Dar-connection.c31 static struct rxrpc_conn_bundle *rxrpc_alloc_bundle(gfp_t gfp) in rxrpc_alloc_bundle()
33 struct rxrpc_conn_bundle *bundle; in rxrpc_alloc_bundle()
37 bundle = kzalloc(sizeof(struct rxrpc_conn_bundle), gfp); in rxrpc_alloc_bundle()
55 int rxrpc_cmp_bundle(const struct rxrpc_conn_bundle *bundle, in rxrpc_cmp_bundle()
65 struct rxrpc_conn_bundle *rxrpc_get_bundle(struct rxrpc_sock *rx, in rxrpc_get_bundle()
71 struct rxrpc_conn_bundle *bundle, *candidate; in rxrpc_get_bundle()
88 bundle = rb_entry(p, struct rxrpc_conn_bundle, node); in rxrpc_get_bundle()
117 bundle = rb_entry(parent, struct rxrpc_conn_bundle, node); in rxrpc_get_bundle()
172 struct rxrpc_conn_bundle *bundle) in rxrpc_put_bundle()
425 struct rxrpc_conn_bundle *bundle, in rxrpc_connect_call()
Dar-call.c105 struct rxrpc_conn_bundle *bundle, in rxrpc_alloc_client_call()
148 struct rxrpc_conn_bundle *bundle, in rxrpc_get_client_call()
Daf_rxrpc.c274 struct rxrpc_conn_bundle *bundle; in rxrpc_kernel_begin_call()
Dar-output.c133 struct rxrpc_conn_bundle *bundle; in rxrpc_client_sendmsg()