DragonFly commits List (threaded) for 2008-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/netinet ip_flow.c
sephe 2008/10/26 20:55:29 PDT
DragonFly src repository
Modified files:
sys/netinet ip_flow.c
Log:
- In addition to the IP flow hash table, put the flows on a list. The table
is used for fast lookup, the list for traversal of all flows.
Obtained-from: NetBSD ip_flow.c rev 1.5
- Use LIST_FOREACH macros.
Revision Changes Path
1.22 +57 -55 src/sys/netinet/ip_flow.c
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/ip_flow.c.diff?r1=1.21&r2=1.22&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]