[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>
This commit is contained in:
@@ -559,7 +559,7 @@ struct sctp_af {
|
||||
struct net_device *);
|
||||
void (*dst_saddr) (union sctp_addr *saddr,
|
||||
struct dst_entry *dst,
|
||||
unsigned short port);
|
||||
__be16 port);
|
||||
int (*cmp_addr) (const union sctp_addr *addr1,
|
||||
const union sctp_addr *addr2);
|
||||
void (*addr_copy) (union sctp_addr *dst,
|
||||
|
Reference in New Issue
Block a user