kernel/tools/net/sunrpc/xdrgen/templates/C/union/decoder/basic.j2

7 lines
178 B
Django/Jinja

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