diff options
| author | Herbert Xu <[email protected]> | 2006-03-25 09:25:29 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2006-03-25 09:25:29 +0000 |
| commit | 2babf9daae4a3561f3264638a22ac7d0b14a6f52 (patch) | |
| tree | 1fd884975fe0d8e9cf7e840a9eabf1be7429c130 /scripts/mod/file2alias.c | |
| parent | [NET]: Take RTNL when unregistering notifier (diff) | |
| download | kernel-2babf9daae4a3561f3264638a22ac7d0b14a6f52.tar.gz kernel-2babf9daae4a3561f3264638a22ac7d0b14a6f52.zip | |
[SCTP]: Fix up sctp_rcv return value
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 doubly bad
as 1) the skb gets resubmitted; 2) the return value is interpreted as a
protocol number.
This patch changes those return values to zero.
IPv6 doesn't suffer from this problem because it uses a positive return
value as an indication for resubmission. So the only effect of this patch
there is to increment the IPSTATS_MIB_INDELIVERS counter which IMHO is
the right thing to do.
Signed-off-by: Herbert Xu <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/mod/file2alias.c')
0 files changed, 0 insertions, 0 deletions
