Re: [SCTP]: Fix up sctp_rcv return value

2006-03-25 Thread David S. Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Sat, 25 Mar 2006 16:42:56 +1100 > I was working on the ipip/xfrm problem and as usual I get side-tracked by > other problems. It is the nature of the game :-) > As part of an attempt to change the IPv4 protocol handler calling > convention I found that

[SCTP]: Fix up sctp_rcv return value

2006-03-24 Thread Herbert Xu
Hi Dave: I was working on the ipip/xfrm problem and as usual I get side-tracked by other problems. As part of an attempt to change the IPv4 protocol handler calling convention I found that SCTP violated the existing convention. It's returning non-zero values after freeing the skb. This is doubl