cvs commit: src/sys/netinet ip_flow.c
    Sepherosa Ziehau 
    sephe at crater.dragonflybsd.org
       
    Sun Oct 26 20:56:04 PDT 2008
    
    
  
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
    
    
More information about the Commits
mailing list