diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-01-09 14:18:33 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-01-09 14:18:33 -0500 |
commit | 0a3a98f6dd4e8f4d928a09302c0d1c56f2192ac3 (patch) | |
tree | 92f55e374a84d06ce8213a4540454760fdecf137 /net/sctp | |
parent | 8ef12c9f01afba47c2d33bb939085111ca0d0f7d (diff) | |
parent | 5367f2d67c7d0bf1faae90e6e7b4e2ac3c9b5e0f (diff) |
Merge Linus' tree.
Diffstat (limited to 'net/sctp')
-rw-r--r-- | net/sctp/input.c | 1 | ||||
-rw-r--r-- | net/sctp/ipv6.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/sctp/input.c b/net/sctp/input.c index 238f1bffa684..4aa6fc60357c 100644 --- a/net/sctp/input.c +++ b/net/sctp/input.c | |||
@@ -225,6 +225,7 @@ int sctp_rcv(struct sk_buff *skb) | |||
225 | 225 | ||
226 | if (!xfrm_policy_check(sk, XFRM_POLICY_IN, skb, family)) | 226 | if (!xfrm_policy_check(sk, XFRM_POLICY_IN, skb, family)) |
227 | goto discard_release; | 227 | goto discard_release; |
228 | nf_reset(skb); | ||
228 | 229 | ||
229 | ret = sk_filter(sk, skb, 1); | 230 | ret = sk_filter(sk, skb, 1); |
230 | if (ret) | 231 | if (ret) |
diff --git a/net/sctp/ipv6.c b/net/sctp/ipv6.c index 15c05165c905..04c7fab4edc4 100644 --- a/net/sctp/ipv6.c +++ b/net/sctp/ipv6.c | |||
@@ -905,7 +905,7 @@ static struct inet_protosw sctpv6_stream_protosw = { | |||
905 | .flags = SCTP_PROTOSW_FLAG, | 905 | .flags = SCTP_PROTOSW_FLAG, |
906 | }; | 906 | }; |
907 | 907 | ||
908 | static int sctp6_rcv(struct sk_buff **pskb, unsigned int *nhoffp) | 908 | static int sctp6_rcv(struct sk_buff **pskb) |
909 | { | 909 | { |
910 | return sctp_rcv(*pskb) ? -1 : 0; | 910 | return sctp_rcv(*pskb) ? -1 : 0; |
911 | } | 911 | } |