summaryrefslogtreecommitdiff
path: root/tools/net/sunrpc/xdrgen/templates/C/union/decoder/switch_spec.j2
blob: 99b3067ef61761ad131865a47a6e9af9659693a7 (plain)
1
2
3
4
5
6
7
{# SPDX-License-Identifier: GPL-2.0 #}
{% if annotate %}
	/* discriminant {{ name }} */
{% endif %}
	if (!xdrgen_decode_{{ type }}(xdr, &ptr->{{ name }}))
		return false;
	switch (ptr->{{ name }}) {