sock_calls        767 net/rxrpc/af_rxrpc.c 	INIT_LIST_HEAD(&rx->sock_calls);
sock_calls        138 net/rxrpc/ar-internal.h 	struct list_head	sock_calls;	/* List of calls owned by this socket */
sock_calls        133 net/rxrpc/call_accept.c 	list_add(&call->sock_link, &rx->sock_calls);
sock_calls        274 net/rxrpc/call_object.c 	list_add(&call->sock_link, &rx->sock_calls);
sock_calls        521 net/rxrpc/call_object.c 	while (!list_empty(&rx->sock_calls)) {
sock_calls        522 net/rxrpc/call_object.c 		call = list_entry(rx->sock_calls.next,