[BACK]Return to udp6_usrreq.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/udp6_usrreq.c between version 1.138 and 1.139

version 1.138, 2018/03/19 16:26:25 version 1.139, 2018/04/12 06:49:39
Line 351  udp6_sendup(struct mbuf *m, int off /* o
Line 351  udp6_sendup(struct mbuf *m, int off /* o
         KASSERT(in6p != NULL);          KASSERT(in6p != NULL);
   
 #if defined(IPSEC)  #if defined(IPSEC)
         /* check AH/ESP integrity. */  
         if (ipsec_used && ipsec_in_reject(m, in6p)) {          if (ipsec_used && ipsec_in_reject(m, in6p)) {
                 if ((n = m_copypacket(m, M_DONTWAIT)) != NULL)                  if ((n = m_copypacket(m, M_DONTWAIT)) != NULL)
                         icmp6_error(n, ICMP6_DST_UNREACH,                          icmp6_error(n, ICMP6_DST_UNREACH,

Legend:
Removed from v.1.138  
changed lines
  Added in v.1.139

CVSweb <webmaster@jp.NetBSD.org>