[BACK]Return to udp_usrreq.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/udp_usrreq.c between version 1.171.2.3 and 1.171.2.4

version 1.171.2.3, 2009/08/19 18:48:25 version 1.171.2.4, 2010/03/11 15:04:29
Line 232  EVCNT_ATTACH_STATIC(udp6_swcsum);
Line 232  EVCNT_ATTACH_STATIC(udp6_swcsum);
   
 #endif /* UDP_CSUM_COUNTERS */  #endif /* UDP_CSUM_COUNTERS */
   
   static void sysctl_net_inet_udp_setup(struct sysctllog **);
   
 void  void
 udp_init(void)  udp_init(void)
 {  {
   
           sysctl_net_inet_udp_setup(NULL);
   
         in_pcbinit(&udbtable, udbhashsize, udbhashsize);          in_pcbinit(&udbtable, udbhashsize, udbhashsize);
   
         MOWNER_ATTACH(&udp_tx_mowner);          MOWNER_ATTACH(&udp_tx_mowner);
Line 1367  sysctl_net_inet_udp_stats(SYSCTLFN_ARGS)
Line 1371  sysctl_net_inet_udp_stats(SYSCTLFN_ARGS)
 /*  /*
  * Sysctl for udp variables.   * Sysctl for udp variables.
  */   */
 SYSCTL_SETUP(sysctl_net_inet_udp_setup, "sysctl net.inet.udp subtree setup")  static void
   sysctl_net_inet_udp_setup(struct sysctllog **clog)
 {  {
   
         sysctl_createv(clog, 0, NULL, NULL,          sysctl_createv(clog, 0, NULL, NULL,

Legend:
Removed from v.1.171.2.3  
changed lines
  Added in v.1.171.2.4

CVSweb <webmaster@jp.NetBSD.org>