[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.194 and 1.195

version 1.194, 2003/12/14 00:09:24 version 1.195, 2003/12/14 01:14:24
Line 243  struct pfil_head inet_pfil_hook;
Line 243  struct pfil_head inet_pfil_hook;
 static int      ip_nmbclusters;                 /* copy of nmbclusters */  static int      ip_nmbclusters;                 /* copy of nmbclusters */
 static void     ip_nmbclusters_changed __P((void));     /* recalc limits */  static void     ip_nmbclusters_changed __P((void));     /* recalc limits */
   
 #define CHECK_NMBCLUSTER_PARAMS() \  #define CHECK_NMBCLUSTER_PARAMS()                               \
 do { if __predict_false(ip_nmbclusters != nmbclusters)  \  do {                                                            \
         ip_nmbclusters_changed();                       \          if (__predict_false(ip_nmbclusters != nmbclusters))     \
 } while  (0)                  ip_nmbclusters_changed();                       \
   } while (/*CONSTCOND*/0)
   
 /* IP datagram reassembly queues (hashed) */  /* IP datagram reassembly queues (hashed) */
 #define IPREASS_NHASH_LOG2      6  #define IPREASS_NHASH_LOG2      6

Legend:
Removed from v.1.194  
changed lines
  Added in v.1.195

CVSweb <webmaster@jp.NetBSD.org>