aboutgitcodebugslistschat
path: root/udp_flow.c
diff options
context:
space:
mode:
Diffstat (limited to 'udp_flow.c')
-rw-r--r--udp_flow.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/udp_flow.c b/udp_flow.c
index 4c6b3c2..cef3fb5 100644
--- a/udp_flow.c
+++ b/udp_flow.c
@@ -36,7 +36,7 @@ struct udp_flow *udp_at_sidx(flow_sidx_t sidx)
return &flow->udp;
}
-/*
+/**
* udp_flow_close() - Close and clean up UDP flow
* @c: Execution context
* @uflow: UDP flow
@@ -126,7 +126,8 @@ static int udp_flow_sock(const struct ctx *c,
* @flow: Initiated flow
* @now: Timestamp
*
- * Return: UDP specific flow, if successful, NULL on failure
+ * Return: sidx for the target side of the new UDP flow, or FLOW_SIDX_NONE
+ * on failure.
*
* #syscalls getsockname
*/