[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250118170557.69238151@kernel.org>
Date: Sat, 18 Jan 2025 17:05:57 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Pablo Neira Ayuso <pablo@...filter.org>
Cc: netfilter-devel@...r.kernel.org, davem@...emloft.net,
netdev@...r.kernel.org, pabeni@...hat.com, edumazet@...gle.com,
fw@...len.de
Subject: Re: [PATCH net-next 12/14] netfilter: conntrack: rework offload
nf_conn timeout extension logic
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'
Powered by blists - more mailing lists