From 98631f134d24db615e8d2adf8c7cb23df715a644 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 29 Aug 2019 16:20:21 -0700 Subject: [PATCH] uapi: update bpf.h header Signed-off-by: Stephen Hemminger --- include/uapi/linux/bpf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h index e75f97cfb..1e0847527 100644 --- a/include/uapi/linux/bpf.h +++ b/include/uapi/linux/bpf.h @@ -1466,8 +1466,8 @@ union bpf_attr { * If no cookie has been set yet, generate a new cookie. Once * generated, the socket cookie remains stable for the life of the * socket. This helper can be useful for monitoring per socket - * networking traffic statistics as it provides a unique socket - * identifier per namespace. + * networking traffic statistics as it provides a global socket + * identifier that can be assumed unique. * Return * A 8-byte long non-decreasing number on success, or 0 if the * socket field is missing inside *skb*. -- 2.47.2