From df90211db4b08a06ed4e499ffa40bf8811100a2f Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Wed, 23 Sep 2026 16:26:31 +0200 Subject: udp: Add missing @now parameter doc to udp_flow_from_tap() udp_flow_from_tap() takes a @now parameter but its doc comment omits it. Signed-off-by: Laurent Vivier Signed-off-by: Stefano Brivio --- udp_flow.c | 1 + 1 file changed, 1 insertion(+) diff --git a/udp_flow.c b/udp_flow.c index a29f356..865702c 100644 --- a/udp_flow.c +++ b/udp_flow.c @@ -267,6 +267,7 @@ flow_sidx_t udp_flow_from_sock(const struct ctx *c, uint8_t pif, * @daddr: Destination address guest side * @srcport: Source port on guest side * @dstport: Destination port on guest side + * @now: Current timestamp * * Return: sidx for the destination side of the flow for this packet, or * FLOW_SIDX_NONE if we couldn't find or create a flow. -- cgit v1.2.3