[CCID3]: Separate most of the packet history code
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Wed, 10 Aug 2005 15:59:38 +0000 (12:59 -0300)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 22:56:28 +0000 (15:56 -0700)
commit8c60f3fab55712f23f2bd557ceedfbb00c649f37
treea131a54e9790b1b85e5c7f78a2e74e33af2bbd87
parent540722ffc3a0d7e11d97a13e1ce6f3bc23b061c1
[CCID3]: Separate most of the packet history code

This also changes the list_for_each_entry_safe_continue behaviour to match its
kerneldoc comment, that is, to start after the pos passed.

Also adds several helper functions from previously open coded fragments, making
the code more clear.

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
include/linux/list.h
net/dccp/Makefile
net/dccp/ccids/ccid3.c
net/dccp/ccids/ccid3.h
net/dccp/packet_history.c [new file with mode: 0644]
net/dccp/packet_history.h [new file with mode: 0644]