Searched refs:rxrpc_conn_bundle (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/rxrpc/ |
D | ar-internal.h | 58 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);
|
D | ar-connection.c | 35 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()
|
D | ar-call.c | 254 struct rxrpc_conn_bundle *bundle, in rxrpc_alloc_client_call() 317 struct rxrpc_conn_bundle *bundle, in rxrpc_get_client_call()
|
D | ar-output.c | 134 struct rxrpc_conn_bundle *bundle; in rxrpc_client_sendmsg()
|
D | af_rxrpc.c | 275 struct rxrpc_conn_bundle *bundle; in rxrpc_kernel_begin_call()
|