summaryrefslogtreecommitdiff
path: root/net/bluetooth/amp.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/bluetooth/amp.h')
0 files changed, 0 insertions, 0 deletions
f11ca7528c62b1c4b870735d1c62116&id2=10435c1192d06bdb0bac7666452d8219d7e7c477'>diff)
netfilter: conntrack: no need to pass ctinfo to error handler
It is never accessed for reading and the only places that write to it are the icmp(6) handlers, which also set skb->nfct (and skb->nfctinfo). The conntrack core specifically checks for attached skb->nfct after ->error() invocation and returns early in this case. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/ipv4')
-rw-r--r--net/ipv4/netfilter/nf_conntrack_proto_icmp.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/net/ipv4/netfilter/nf_conntrack_proto_icmp.c b/net/ipv4/netfilter/nf_conntrack_proto_icmp.c