[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.351 and 1.352

version 1.351, 2017/02/17 18:09:25 version 1.352, 2017/03/06 07:31:15
Line 353  ip_init(void)
Line 353  ip_init(void)
         ipforward_rt_percpu = percpu_alloc(sizeof(struct route));          ipforward_rt_percpu = percpu_alloc(sizeof(struct route));
         if (ipforward_rt_percpu == NULL)          if (ipforward_rt_percpu == NULL)
                 panic("failed to allocate ipforward_rt_percpu");                  panic("failed to allocate ipforward_rt_percpu");
   
           ip_mtudisc_timeout_q = rt_timer_queue_create(ip_mtudisc_timeout);
 }  }
   
 static struct in_ifaddr *  static struct in_ifaddr *

Legend:
Removed from v.1.351  
changed lines
  Added in v.1.352

CVSweb <webmaster@jp.NetBSD.org>