to_be_accepted    768 net/rxrpc/af_rxrpc.c 	INIT_LIST_HEAD(&rx->to_be_accepted);
to_be_accepted    139 net/rxrpc/ar-internal.h 	struct list_head	to_be_accepted;	/* calls awaiting acceptance */
to_be_accepted    476 net/rxrpc/call_accept.c 	if (list_empty(&rx->to_be_accepted)) {
to_be_accepted    501 net/rxrpc/call_accept.c 	call = list_entry(rx->to_be_accepted.next,
to_be_accepted    599 net/rxrpc/call_accept.c 	if (list_empty(&rx->to_be_accepted)) {
to_be_accepted    607 net/rxrpc/call_accept.c 	call = list_entry(rx->to_be_accepted.next,
to_be_accepted    513 net/rxrpc/call_object.c 	while (!list_empty(&rx->to_be_accepted)) {
to_be_accepted    514 net/rxrpc/call_object.c 		call = list_entry(rx->to_be_accepted.next,
to_be_accepted    125 net/rxrpc/recvmsg.c 		list_add_tail(&call->accept_link, &rx->to_be_accepted);