linux/tools/net/sunrpc/xdrgen/templates/C/union/decoder/optional_data.j2

{# SPDX-License-Identifier: GPL-2.0 #}
{% if annotate %}
		/* member {{ name }} (optional data) */
{% endif %}
		if (!xdrgen_decode_{{ type }}(xdr, &ptr->u.{{ name }}))
			return false;