Lines Matching defs:isr
118 struct ipsecrequest *isr;
126 isr = sp->req[*pidx];
127 if ((isr->saidx.proto == IPPROTO_ESP && !V_esp_enable) ||
128 (isr->saidx.proto == IPPROTO_AH && !V_ah_enable) ||
129 (isr->saidx.proto == IPPROTO_IPCOMP && !V_ipcomp_enable)) {
132 IPSEC_OSTAT_INC(isr->saidx.proto, pdrops);
141 if (isr->saidx.mode == IPSEC_MODE_TRANSPORT) {
143 *saidx = isr->saidx;
543 struct ipsecrequest *isr;
552 isr = sp->req[*pidx];
553 if ((isr->saidx.proto == IPPROTO_ESP && !V_esp_enable) ||
554 (isr->saidx.proto == IPPROTO_AH && !V_ah_enable) ||
555 (isr->saidx.proto == IPPROTO_IPCOMP && !V_ipcomp_enable)) {
558 IPSEC_OSTAT_INC(isr->saidx.proto, pdrops);
567 if (isr->saidx.mode == IPSEC_MODE_TRANSPORT) {
569 *saidx = isr->saidx;