]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[SCTP]: sctp_make_asconf_update_ip() and sctp_find_unmatch_addr().
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 21 Nov 2006 01:22:08 +0000 (17:22 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:26:59 +0000 (21:26 -0800)
commit5ae955cffdb96190c2bd4f57313f5f147f87854b
treea5ce00b2f9cfb858d88c7b9a75747bea698aa8f9
parent6244be4e063075f6077f05e70f8fa1bf7f4a968e
[SCTP]: sctp_make_asconf_update_ip() and sctp_find_unmatch_addr().

... switched to taking and returning pointers to net-endian
sctp_addr resp.  Together, since the only user of sctp_find_unmatch_addr()
just passes its value to sctp_make_asconf_update_ip().
sctp_make_asconf_update_ip() is actually endian-agnostic.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/bind_addr.c
net/sctp/socket.c