[BACK]Return to ip6_input.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet6

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet6/ip6_input.c between version 1.178.2.6 and 1.178.2.7

version 1.178.2.6, 2018/02/26 13:32:01 version 1.178.2.7, 2018/04/09 13:34:10
Line 1352  ip6_notify_pmtu(struct in6pcb *in6p, con
Line 1352  ip6_notify_pmtu(struct in6pcb *in6p, con
   
         if (sbappendaddr(&so->so_rcv, (const struct sockaddr *)dst, NULL, m_mtu)          if (sbappendaddr(&so->so_rcv, (const struct sockaddr *)dst, NULL, m_mtu)
             == 0) {              == 0) {
                   soroverflow(so);
                 m_freem(m_mtu);                  m_freem(m_mtu);
                 /* XXX: should count statistics */  
         } else          } else
                 sorwakeup(so);                  sorwakeup(so);
   

Legend:
Removed from v.1.178.2.6  
changed lines
  Added in v.1.178.2.7

CVSweb <webmaster@jp.NetBSD.org>