Linux-6.18.2/tools/net/sunrpc/xdrgen/templates/C/pointer/decoder/basic.j2
2025-12-23 20:06:59 +08:00

7 lines
173 B
Django/Jinja

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