[BACK]Return to ip_input.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet/ip_input.c between version 1.264 and 1.265

version 1.264, 2008/04/07 06:31:28 version 1.265, 2008/04/09 05:14:20
Line 2151  sysctl_net_inet_ip_maxflows(SYSCTLFN_ARG
Line 2151  sysctl_net_inet_ip_maxflows(SYSCTLFN_ARG
                 return (s);                  return (s);
   
         s = splsoftnet();          s = splsoftnet();
         ipflow_reap(0);          ipflow_prune();
         splx(s);          splx(s);
   
         return (0);          return (0);

Legend:
Removed from v.1.264  
changed lines
  Added in v.1.265

CVSweb <webmaster@jp.NetBSD.org>