[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAM1kxwguzWCReTdiGG6wV8L9MPi51QmOCbHiKS6cHNTrJD=E1Q@mail.gmail.com>
Date: Sat, 12 Dec 2020 15:31:44 +0000
From: Victor Stewart <v@...etag.social>
To: io-uring <io-uring@...r.kernel.org>,
netdev <netdev@...r.kernel.org>,
Soheil Hassas Yeganeh <soheil@...gle.com>,
Stefan Metzmacher <metze@...ba.org>
Subject: [PATCH 3/3] add PROTO_CMSG_DATA_ONLY to inet6_dgram_ops
add PROTO_CMSG_DATA_ONLY to inet6_dgram_ops
Signed-off by: Victor Stewart <v@...etag.social>
---
net/ipv6/af_inet6.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/ipv6/af_inet6.c b/net/ipv6/af_inet6.c
index e648fbebb167..560f45009d06 100644
--- a/net/ipv6/af_inet6.c
+++ b/net/ipv6/af_inet6.c
@@ -695,6 +695,7 @@ const struct proto_ops inet6_stream_ops = {
const struct proto_ops inet6_dgram_ops = {
.family = PF_INET6,
+ .flags = PROTO_CMSG_DATA_ONLY,
.owner = THIS_MODULE,
.release = inet6_release,
.bind = inet6_bind,
Powered by blists - more mailing lists