Home
last modified time | relevance | path

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

/linux-3.4.99/net/rxrpc/
Dar-connection.c41 INIT_LIST_HEAD(&bundle->busy_conns); in rxrpc_alloc_bundle()
182 ASSERT(list_empty(&bundle->busy_conns)); in rxrpc_put_bundle()
455 &bundle->busy_conns); in rxrpc_connect_call()
Dar-internal.h225 struct list_head busy_conns; /* busy connections in this bundle */ member