[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.341 and 1.342

version 1.341, 2016/09/07 15:41:44 version 1.342, 2016/10/11 05:15:01
Line 829  ours:
Line 829  ours:
                  * is expensive, so explore ia here again.                   * is expensive, so explore ia here again.
                  */                   */
                 s = pserialize_read_enter();                  s = pserialize_read_enter();
                 _ia = in_get_ia(ip->ip_dst.s_addr);                  _ia = in_get_ia(ip->ip_dst);
                 _ia->ia_ifa.ifa_data.ifad_inbytes += ntohs(ip->ip_len);                  _ia->ia_ifa.ifa_data.ifad_inbytes += ntohs(ip->ip_len);
                 pserialize_read_exit(s);                  pserialize_read_exit(s);
         }          }

Legend:
Removed from v.1.341  
changed lines
  Added in v.1.342

CVSweb <webmaster@jp.NetBSD.org>