On Thu, 16 Jan 2025 18:19:00 +0100 Pablo Neira Ayuso wrote: > +/** > + * nf_flow_table_tcp_timeout() - new timeout of offloaded tcp entry > + * @ct: Flowtable offloaded tcp ct > + * > + * Return number of seconds when ct entry should expire. > + */ > +static u32 nf_flow_table_tcp_timeout(const struct nf_conn *ct) FWIW kernel-doc -Wall wants a : after the word Return: net/netfilter/nf_flow_table_core.c:435: warning: No description found for return value of 'nf_flow_table_tcp_timeout'