linux/tools/net/sunrpc/xdrgen/templates/C/struct/encoder/fixed_length_opaque.j2

{# SPDX-License-Identifier: GPL-2.0 #}
{% if annotate %}
	/* member {{ name }} (fixed-length opaque) */
{% endif %}
	if (xdr_stream_encode_opaque_fixed(xdr, value->{{ name }}, {{ size }}) < 0)
		return false;