Message ID | CAM1kxwguzWCReTdiGG6wV8L9MPi51QmOCbHiKS6cHNTrJD=E1Q@mail.gmail.com |
---|---|
State | New |
Headers | show |
Series | [1/3] add PROTO_CMSG_DATA_ONLY to __sys_sendmsg_sock | expand |
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,