Linux-6.18.2/tools/net/sunrpc/xdrgen/templates/C/pointer/decoder/basic.j2

7 lines
173 B
Plaintext
Raw Normal View History

2025-12-23 20:05:50 +08:00
{# SPDX-License-Identifier: GPL-2.0 #}
{% if annotate %}
/* member {{ name }} (basic) */
{% endif %}
if (!xdrgen_decode_{{ type }}(xdr, &ptr->{{ name }}))
return false;