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)
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>

No differences found