From: Stephen Hemminger Date: Thu, 29 Aug 2019 23:20:21 +0000 (-0700) Subject: uapi: update bpf.h header X-Git-Tag: v5.4.0~45 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=98631f134d24db615e8d2adf8c7cb23df715a644;p=mirror_iproute2.git uapi: update bpf.h header Signed-off-by: Stephen Hemminger --- diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h index e75f97cf..1e084752 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*.