]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/sctp/protocol.c
[SCTP]: Annotate ->dst_saddr()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 21 Nov 2006 01:06:24 +0000 (17:06 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:26:35 +0000 (21:26 -0800)
commit854d43a465cc8ba8e501320b3bc27359d909da2f
tree6a1d4d5aa91eb4a945f79e3a1420b541705b32a5
parentacd2bc96e19535fcd74c6eb94532c19c817857bd
[SCTP]: Annotate ->dst_saddr()

switched to taking a pointer to net-endian sctp_addr
and a net-endian port number.  Instances and callers
adjusted; interestingly enough, the only calls are
direct calls of specific instances - the method is not
used at all.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/structs.h
net/sctp/ipv6.c
net/sctp/protocol.c