Home
last modified time | relevance | path

Searched refs:busy_conns (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/rxrpc/
Dar-connection.c45 INIT_LIST_HEAD(&bundle->busy_conns); in rxrpc_alloc_bundle()
186 ASSERT(list_empty(&bundle->busy_conns)); in rxrpc_put_bundle()
461 &bundle->busy_conns); in rxrpc_connect_call()
Dar-internal.h227 struct list_head busy_conns; /* busy connections in this bundle */ member