Lines Matching refs:rxrpc_connection

194 static struct rxrpc_connection *rxrpc_alloc_connection(gfp_t gfp)  in rxrpc_alloc_connection()
196 struct rxrpc_connection *conn; in rxrpc_alloc_connection()
200 conn = kzalloc(sizeof(struct rxrpc_connection), gfp); in rxrpc_alloc_connection()
224 static void rxrpc_assign_connection_id(struct rxrpc_connection *conn) in rxrpc_assign_connection_id()
226 struct rxrpc_connection *xconn; in rxrpc_assign_connection_id()
248 xconn = rb_entry(parent, struct rxrpc_connection, node); in rxrpc_assign_connection_id()
288 xconn = rb_entry(parent, struct rxrpc_connection, node); in rxrpc_assign_connection_id()
298 static void rxrpc_add_call_ID_to_conn(struct rxrpc_connection *conn, in rxrpc_add_call_ID_to_conn()
337 struct rxrpc_connection *conn; in rxrpc_connect_exclusive()
429 struct rxrpc_connection *conn, *candidate; in rxrpc_connect_call()
446 struct rxrpc_connection, in rxrpc_connect_call()
468 struct rxrpc_connection, in rxrpc_connect_call()
615 struct rxrpc_connection *
620 struct rxrpc_connection *conn, *candidate = NULL; in rxrpc_incoming_connection()
638 conn = rb_entry(p, struct rxrpc_connection, node); in rxrpc_incoming_connection()
681 conn = rb_entry(p, struct rxrpc_connection, node); in rxrpc_incoming_connection()
747 struct rxrpc_connection *rxrpc_find_connection(struct rxrpc_transport *trans, in rxrpc_find_connection()
750 struct rxrpc_connection *conn; in rxrpc_find_connection()
768 conn = rb_entry(p, struct rxrpc_connection, node); in rxrpc_find_connection()
798 void rxrpc_put_connection(struct rxrpc_connection *conn) in rxrpc_put_connection()
817 static void rxrpc_destroy_connection(struct rxrpc_connection *conn) in rxrpc_destroy_connection()
842 struct rxrpc_connection *conn, *_p; in rxrpc_connection_reaper()
898 conn = list_entry(graveyard.next, struct rxrpc_connection, in rxrpc_connection_reaper()