Lines Matching refs:rxrpc_connection
198 static struct rxrpc_connection *rxrpc_alloc_connection(gfp_t gfp) in rxrpc_alloc_connection()
200 struct rxrpc_connection *conn; in rxrpc_alloc_connection()
204 conn = kzalloc(sizeof(struct rxrpc_connection), gfp); in rxrpc_alloc_connection()
228 static void rxrpc_assign_connection_id(struct rxrpc_connection *conn) in rxrpc_assign_connection_id()
230 struct rxrpc_connection *xconn; in rxrpc_assign_connection_id()
252 xconn = rb_entry(parent, struct rxrpc_connection, node); in rxrpc_assign_connection_id()
292 xconn = rb_entry(parent, struct rxrpc_connection, node); in rxrpc_assign_connection_id()
302 static void rxrpc_add_call_ID_to_conn(struct rxrpc_connection *conn, in rxrpc_add_call_ID_to_conn()
341 struct rxrpc_connection *conn; in rxrpc_connect_exclusive()
435 struct rxrpc_connection *conn, *candidate; in rxrpc_connect_call()
452 struct rxrpc_connection, in rxrpc_connect_call()
474 struct rxrpc_connection, in rxrpc_connect_call()
621 struct rxrpc_connection *
626 struct rxrpc_connection *conn, *candidate = NULL; in rxrpc_incoming_connection()
644 conn = rb_entry(p, struct rxrpc_connection, node); in rxrpc_incoming_connection()
687 conn = rb_entry(p, struct rxrpc_connection, node); in rxrpc_incoming_connection()
753 struct rxrpc_connection *rxrpc_find_connection(struct rxrpc_transport *trans, in rxrpc_find_connection()
756 struct rxrpc_connection *conn; in rxrpc_find_connection()
774 conn = rb_entry(p, struct rxrpc_connection, node); in rxrpc_find_connection()
804 void rxrpc_put_connection(struct rxrpc_connection *conn) in rxrpc_put_connection()
823 static void rxrpc_destroy_connection(struct rxrpc_connection *conn) in rxrpc_destroy_connection()
848 struct rxrpc_connection *conn, *_p; in rxrpc_connection_reaper()
904 conn = list_entry(graveyard.next, struct rxrpc_connection, in rxrpc_connection_reaper()