Searched refs:to_be_accepted (Results 1 – 5 of 5) sorted by relevance
484 if (list_empty(&rx->to_be_accepted)) { in rxrpc_accept_call()509 call = list_entry(rx->to_be_accepted.next, in rxrpc_accept_call()607 if (list_empty(&rx->to_be_accepted)) { in rxrpc_reject_call()615 call = list_entry(rx->to_be_accepted.next, in rxrpc_reject_call()
522 while (!list_empty(&rx->to_be_accepted)) { in rxrpc_release_calls_on_socket()523 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()
768 INIT_LIST_HEAD(&rx->to_be_accepted); in rxrpc_create()
139 struct list_head to_be_accepted; /* calls awaiting acceptance */ member