commit | c4b0e771f906f5beb7d90c3d28fe55ff9dbd038c | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Tue Dec 18 17:15:15 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 19 11:21:37 2018 -0800 |
tree | 4a7e2c00ee866d6ba856b0672f100b0bb33fa7aa | |
parent | 8239d5790481bf2e4e09e202bfd4a8a5ea8ca3a1 [diff] |
netfilter: avoid using skb->nf_bridge directly This pointer is going to be removed soon, so use the existing helpers in more places to avoid noise when the removal happens. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>