Searched refs:to_be_accepted (Results 1 – 5 of 5) sorted by relevance
446 if (list_empty(&rx->to_be_accepted)) { in rxrpc_accept_call()470 call = list_entry(rx->to_be_accepted.next, in rxrpc_accept_call()537 if (list_empty(&rx->to_be_accepted)) { in rxrpc_reject_call()545 call = list_entry(rx->to_be_accepted.next, in rxrpc_reject_call()
489 while (!list_empty(&rx->to_be_accepted)) { in rxrpc_release_calls_on_socket()490 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()
602 INIT_LIST_HEAD(&rx->to_be_accepted); in rxrpc_create()
99 struct list_head to_be_accepted; /* calls awaiting acceptance */ member