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

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