kernel-ark/net/sctp
Vlad Yasevich f236218b72 [SCTP]: Do not timestamp every SCTP packet.
We only need the timestamp on COOKIE-ECHO chunks, so instead of always
timestamping every SCTP packet, let common code timestamp if the socket
option is set.  For COOKIE-ECHO, simply get the time of day if we don't
have a timestamp.  This introduces a small possibility that the cookie
may be considered expired, but it will be renegotiated.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-09-29 17:10:03 -07:00
..
associola.c
bind_addr.c
chunk.c
command.c
crc32c.c
debug.c
endpointola.c
input.c [SCTP]: Do not timestamp every SCTP packet. 2006-09-29 17:10:03 -07:00
inqueue.c
ipv6.c [IPV6] ADDRCONF: Convert addrconf_lock to RCU. 2006-09-22 15:20:26 -07: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
protocol.c [SCTP]: Cleanups 2006-09-22 15:19:03 -07:00
sm_make_chunk.c [SCTP]: Do not timestamp every SCTP packet. 2006-09-29 17:10:03 -07:00
sm_sideeffect.c
sm_statefuns.c
sm_statetable.c
socket.c [SCTP]: Enable Nagle algorithm by default. 2006-09-29 17:08:01 -07: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
ulpqueue.c