Searched refs:to_be_accepted (Results 1 – 5 of 5) sorted by relevance
465 if (list_empty(&rx->to_be_accepted)) { in rxrpc_accept_call()490 call = list_entry(rx->to_be_accepted.next, in rxrpc_accept_call()588 if (list_empty(&rx->to_be_accepted)) { in rxrpc_reject_call()596 call = list_entry(rx->to_be_accepted.next, in rxrpc_reject_call()
600 while (!list_empty(&rx->to_be_accepted)) { in rxrpc_release_calls_on_socket()601 call = list_entry(rx->to_be_accepted.next, in rxrpc_release_calls_on_socket()
129 list_add_tail(&call->accept_link, &rx->to_be_accepted); in rxrpc_recvmsg_new_call()
801 INIT_LIST_HEAD(&rx->to_be_accepted); in rxrpc_create()
142 struct list_head to_be_accepted; /* calls awaiting acceptance */ member