public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH 3/3] add PROTO_CMSG_DATA_ONLY to inet6_dgram_ops
@ 2020-12-12 15:31 Victor Stewart
  0 siblings, 0 replies; only message in thread
From: Victor Stewart @ 2020-12-12 15:31 UTC (permalink / raw)
  To: io-uring, netdev, Soheil Hassas Yeganeh, Stefan Metzmacher

add PROTO_CMSG_DATA_ONLY to inet6_dgram_ops

Signed-off by: Victor Stewart <[email protected]>
---
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,

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-12 15:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-12 15:31 [PATCH 3/3] add PROTO_CMSG_DATA_ONLY to inet6_dgram_ops Victor Stewart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox