DragonFly commits List (threaded) for 2008-10
DragonFly BSD
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


From: Sepherosa Ziehau <sephe@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 26 Oct 2008 20:55:29 -0700 (PDT)

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]