service_upgrade   582 net/rxrpc/af_rxrpc.c 	u16 service_upgrade[2];
service_upgrade   641 net/rxrpc/af_rxrpc.c 			if (optlen != sizeof(service_upgrade) ||
service_upgrade   642 net/rxrpc/af_rxrpc.c 			    rx->service_upgrade.from != 0)
service_upgrade   648 net/rxrpc/af_rxrpc.c 			if (copy_from_user(service_upgrade, optval,
service_upgrade   649 net/rxrpc/af_rxrpc.c 					   sizeof(service_upgrade)) != 0)
service_upgrade   652 net/rxrpc/af_rxrpc.c 			if ((service_upgrade[0] != rx->srx.srx_service ||
service_upgrade   653 net/rxrpc/af_rxrpc.c 			     service_upgrade[1] != rx->second_service) &&
service_upgrade   654 net/rxrpc/af_rxrpc.c 			    (service_upgrade[0] != rx->second_service ||
service_upgrade   655 net/rxrpc/af_rxrpc.c 			     service_upgrade[1] != rx->srx.srx_service))
service_upgrade   657 net/rxrpc/af_rxrpc.c 			rx->service_upgrade.from = service_upgrade[0];
service_upgrade   658 net/rxrpc/af_rxrpc.c 			rx->service_upgrade.to = service_upgrade[1];
service_upgrade   156 net/rxrpc/ar-internal.h 	} service_upgrade;
service_upgrade   177 net/rxrpc/conn_service.c 	    conn->service_id == rx->service_upgrade.from)
service_upgrade   178 net/rxrpc/conn_service.c 		conn->service_id = rx->service_upgrade.to;