kernel-ark/net/sctp
Vlad Yasevich b68dbcab1d [SCTP]: Fix warning
An alternate solution would be to make the digest a pointer, allocate
it in sctp_endpoint_init() and free it in sctp_endpoint_destroy().

I guess I should have originally done it this way...

  CC [M]  net/sctp/sm_make_chunk.o
net/sctp/sm_make_chunk.c: In function 'sctp_unpack_cookie':
net/sctp/sm_make_chunk.c:1358: warning: initialization discards qualifiers from pointer target type

The reason is that sctp_unpack_cookie() takes a const struct
sctp_endpoint and modifies the digest in it (digest being embedded in
the struct, not a pointer).  Make digest a pointer to fix this
warning.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Acked-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-12-02 21:21:47 -08:00
..
associola.c [SCTP]: Remove temporary associations from backlog and hash. 2006-10-30 18:55:11 -08:00
bind_addr.c [SCTP]: ADDIP: Don't use an address as source until it is ASCONF-ACKed 2006-07-21 14:49:25 -07:00
chunk.c
command.c
crc32c.c
debug.c
endpointola.c [SCTP]: Fix warning 2006-12-02 21:21:47 -08:00
input.c [SCTP]: Remove temporary associations from backlog and hash. 2006-10-30 18:55:11 -08:00
inqueue.c [SCTP]: Extend /proc/net/sctp/snmp to provide more statistics. 2006-09-22 14:55:16 -07:00
ipv6.c [IPV6]: 'info' argument of ipv6 ->err_handler() is net-endian 2006-12-02 21:21:12 -08:00
Kconfig
Makefile
objcnt.c
output.c [SCTP]: Include sk_buff overhead while updating the peer's receive window. 2006-09-29 17:09:05 -07:00
outqueue.c [SCTP]: Include sk_buff overhead while updating the peer's receive window. 2006-09-29 17:09:05 -07:00
primitive.c
proc.c [SCTP]: Fix the RX queue size shown in /proc/net/sctp/assocs output. 2006-10-11 23:59:46 -07:00
protocol.c [SCTP]: Correctly set IP id for SCTP traffic 2006-10-30 18:54:32 -08:00
sm_make_chunk.c [SCTP]: Do not timestamp every SCTP packet. 2006-09-29 17:10:03 -07:00
sm_sideeffect.c [SCTP]: Verify all the paths to a peer via heartbeat before using them. 2006-07-21 14:48:50 -07:00
sm_statefuns.c [SCTP]: Cleanup nomem handling in the state functions. 2006-09-22 14:55:17 -07:00
sm_statetable.c
socket.c [SCTP]: Correctly set IP id for SCTP traffic 2006-10-30 18:54:32 -08:00
ssnmap.c
sysctl.c [SCTP]: Remove multiple levels of msecs to jiffies conversions. 2006-09-22 14:55:39 -07:00
transport.c [SCTP]: Remove multiple levels of msecs to jiffies conversions. 2006-09-22 14:55:39 -07:00
tsnmap.c
ulpevent.c [SCTP]: Fix receive buffer accounting. 2006-10-11 23:59:44 -07:00
ulpqueue.c [SCTP]: Fix receive buffer accounting. 2006-10-11 23:59:44 -07:00