Lines Matching refs:rxrpc_transport
34 static struct rxrpc_transport *rxrpc_alloc_transport(struct rxrpc_local *local, in rxrpc_alloc_transport()
38 struct rxrpc_transport *trans; in rxrpc_alloc_transport()
42 trans = kzalloc(sizeof(struct rxrpc_transport), gfp); in rxrpc_alloc_transport()
78 struct rxrpc_transport *rxrpc_get_transport(struct rxrpc_local *local, in rxrpc_get_transport()
82 struct rxrpc_transport *trans, *candidate; in rxrpc_get_transport()
153 struct rxrpc_transport *rxrpc_find_transport(struct rxrpc_local *local, in rxrpc_find_transport()
156 struct rxrpc_transport *trans; in rxrpc_find_transport()
186 void rxrpc_put_transport(struct rxrpc_transport *trans) in rxrpc_put_transport()
206 static void rxrpc_cleanup_transport(struct rxrpc_transport *trans) in rxrpc_cleanup_transport()
222 struct rxrpc_transport *trans, *_p; in rxrpc_transport_reaper()
259 trans = list_entry(graveyard.next, struct rxrpc_transport, in rxrpc_transport_reaper()