netfilter: conntrack: sctp: use nf log infrastructure for invalid packets
authorFlorian Westphal <fw@strlen.de>
Mon, 2 Jan 2023 11:46:10 +0000 (12:46 +0100)
committerFlorian Westphal <fw@strlen.de>
Wed, 18 Jan 2023 12:05:24 +0000 (13:05 +0100)
commitf71cb8f45d092a1805e9ad474b6c6a17219cede5
treee373f862b622dc75009af073269401e233fc0ceb
parentc4791b3196bf46367bcf6cc56a09b32e037c4f49
netfilter: conntrack: sctp: use nf log infrastructure for invalid packets

The conntrack logging facilities include useful info such as in/out
interface names and packet headers.

Use those in more places instead of pr_debug calls.
Furthermore, several pr_debug calls can be removed, they are useless
on production machines due to the sheer volume of log messages.

Signed-off-by: Florian Westphal <fw@strlen.de>
net/netfilter/nf_conntrack_proto_sctp.c