Print this page
4674 No need to undefine rptr in ip.c

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/inet/ip/ip.c
          +++ new/usr/src/uts/common/inet/ip/ip.c
↓ open down ↓ 12112 lines elided ↑ open up ↑
12113 12113                  freemsg(mp);
12114 12114                  return (NULL);
12115 12115          }
12116 12116          mp1->b_cont = mp;
12117 12117          if (priority != 0) {
12118 12118                  mp1->b_band = priority;
12119 12119                  ((dl_unitdata_req_t *)(mp1->b_rptr))->dl_priority.dl_max =
12120 12120                      priority;
12121 12121          }
12122 12122          return (mp1);
12123      -#undef rptr
12124 12123  }
12125 12124  
12126 12125  /*
12127 12126   * Finish the outbound IPsec processing. This function is called from
12128 12127   * ipsec_out_process() if the IPsec packet was processed
12129 12128   * synchronously, or from {ah,esp}_kcf_callback_outbound() if it was processed
12130 12129   * asynchronously.
12131 12130   *
12132 12131   * This is common to IPv4 and IPv6.
12133 12132   */
↓ open down ↓ 3139 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX