net: sctp: probe: allow more advanced ingress filtering by mark
authorDaniel Borkmann <dborkman@redhat.com>
Thu, 29 Aug 2013 16:54:49 +0000 (18:54 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Sep 2013 01:44:11 +0000 (21:44 -0400)
commitb1b72076b90d631637497b35e36bc64254df199d
tree1e07ffae2509e6e53ab2f4f59a2bfdd00707c394
parent3e25c65ed085b361cc91a8f02e028f1158c9f255
net: sctp: probe: allow more advanced ingress filtering by mark

This is a follow-up commit for commit b1dcdc68b1f4 ("net: tcp_probe:
allow more advanced ingress filtering by mark") that allows for
advanced SCTP probe module filtering based on skb mark (for a more
detailed description and advantages using mark, refer to b1dcdc68b1f4).
The current option to filter by a given port is still being preserved.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/probe.c