commit | 5ae955cffdb96190c2bd4f57313f5f147f87854b | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Nov 20 17:22:08 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:26:59 2006 -0800 |
tree | a5ce00b2f9cfb858d88c7b9a75747bea698aa8f9 | |
parent | 6244be4e063075f6077f05e70f8fa1bf7f4a968e [diff] |
[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>