[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.330 and 1.331

version 1.330, 2016/06/28 02:02:56 version 1.331, 2016/06/30 06:48:58
Line 731  ip_input(struct mbuf *m)
Line 731  ip_input(struct mbuf *m)
   
 ours:  ours:
         m_put_rcvif_psref(ifp, &psref);          m_put_rcvif_psref(ifp, &psref);
           ifp = NULL;
   
         /*          /*
          * If offset or IP_MF are set, must reassemble.           * If offset or IP_MF are set, must reassemble.

Legend:
Removed from v.1.330  
changed lines
  Added in v.1.331

CVSweb <webmaster@jp.NetBSD.org>