From: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
To: Eric Dumazet <eric.dumazet@gmail.com>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH] netfilter: xt_socket: Restore mark from full sockets only
Date: Thu, 21 Sep 2017 15:45:21 -0600 [thread overview]
Message-ID: <a8455bbfc89590fe4f6ca79d65092d07@codeaurora.org> (raw)
In-Reply-To: <1506029567.29839.150.camel@edumazet-glaptop3.roam.corp.google.com>
>>
>> if (info->flags & XT_SOCKET_RESTORESKMARK && !wildcard &&
>> - transparent)
>> + transparent && sk_fullsock(sk))
>> pskb->mark = sk->sk_mark;
>>
>> if (sk != skb->sk)
>
> What about socket_mt6_v1_v2_v3() ?
>
> Thanks.
Hi Eric
I missed that instance. I'll update it in v2.
--
Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a
Linux Foundation Collaborative Project
prev parent reply other threads:[~2017-09-21 21:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-21 21:20 [PATCH] netfilter: xt_socket: Restore mark from full sockets only Subash Abhinov Kasiviswanathan
2017-09-21 21:32 ` Eric Dumazet
2017-09-21 21:45 ` Subash Abhinov Kasiviswanathan [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a8455bbfc89590fe4f6ca79d65092d07@codeaurora.org \
--to=subashab@codeaurora.org \
--cc=eric.dumazet@gmail.com \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.