Searched refs:to_be_accepted (Results 1 – 5 of 5) sorted by relevance
462 if (list_empty(&rx->to_be_accepted)) { in rxrpc_accept_call()487 call = list_entry(rx->to_be_accepted.next, in rxrpc_accept_call()585 if (list_empty(&rx->to_be_accepted)) { in rxrpc_reject_call()593 call = list_entry(rx->to_be_accepted.next, in rxrpc_reject_call()
514 while (!list_empty(&rx->to_be_accepted)) { in rxrpc_release_calls_on_socket()515 call = list_entry(rx->to_be_accepted.next, in rxrpc_release_calls_on_socket()
125 list_add_tail(&call->accept_link, &rx->to_be_accepted); in rxrpc_recvmsg_new_call()
794 INIT_LIST_HEAD(&rx->to_be_accepted); in rxrpc_create()
138 struct list_head to_be_accepted; /* calls awaiting acceptance */ member