linux/net/dccp
Arnaldo Carvalho de Melo 8c60f3fab5 [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>
2005-08-29 15:56:28 -07:00
..
ccids [CCID3]: Separate most of the packet history code 2005-08-29 15:56:28 -07:00
Kconfig [DCCP]: Initial implementation 2005-08-29 15:49:46 -07:00
Makefile [CCID3]: Separate most of the packet history code 2005-08-29 15:56:28 -07:00
ccid.c [DCCP]: Initial implementation 2005-08-29 15:49:46 -07:00
ccid.h [DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsg 2005-08-29 15:55:18 -07:00
dccp.h [DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsg 2005-08-29 15:55:18 -07:00
input.c [NET]: Make NETDEBUG pure printk wrappers 2005-08-29 15:56:08 -07:00
ipv4.c [TCPDIAG]: Implement cheapest way of supporting DCCPDIAG_GETSOCK 2005-08-29 15:56:23 -07:00
minisocks.c [DCCP]: Finish the TIMEWAIT minisock support 2005-08-29 15:56:03 -07:00
options.c [NET]: Make NETDEBUG pure printk wrappers 2005-08-29 15:56:08 -07:00
output.c [DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsg 2005-08-29 15:55:18 -07:00
packet_history.c [CCID3]: Separate most of the packet history code 2005-08-29 15:56:28 -07:00
packet_history.h [CCID3]: Separate most of the packet history code 2005-08-29 15:56:28 -07:00
proto.c [DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsg 2005-08-29 15:55:18 -07:00
timer.c [ICSK]: Move generalised functions from tcp to inet_connection_sock 2005-08-29 15:49:50 -07:00