1 {# SPDX-License-Identifier: GPL-2.0 #} 2 3 bool xdrgen_decode_{{ name }}(struct xdr_stream *xdr, struct {{ name }} *ptr); 4 bool xdrgen_encode_{{ name }}(struct xdr_stream *xdr, const struct {{ name }} *value);
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.