]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
skbuff: add and use skb_nfct helper
authorFlorian Westphal <fw@strlen.de>
Mon, 23 Jan 2017 17:21:56 +0000 (18:21 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 2 Feb 2017 13:31:53 +0000 (14:31 +0100)
commitcb9c68363efb6d1f950ec55fb06e031ee70db5fc
tree081b7de4d5d3bb069beeaa17328f068686aae810
parent97a6ad13decc16c5adbf181283932daba7e17faf
skbuff: add and use skb_nfct helper

Followup patch renames skb->nfct and changes its type so add a helper to
avoid intrusive rename change later.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
15 files changed:
include/linux/skbuff.h
include/net/netfilter/nf_conntrack_core.h
net/core/skbuff.c
net/ipv4/netfilter/ipt_SYNPROXY.c
net/ipv4/netfilter/nf_conntrack_proto_icmp.c
net/ipv4/netfilter/nf_defrag_ipv4.c
net/ipv4/netfilter/nf_dup_ipv4.c
net/ipv6/netfilter/ip6t_SYNPROXY.c
net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c
net/ipv6/netfilter/nf_defrag_ipv6_hooks.c
net/netfilter/nf_conntrack_core.c
net/netfilter/nf_nat_helper.c
net/netfilter/xt_CT.c
net/openvswitch/conntrack.c
net/sched/cls_flow.c