Home | History | Annotate | Download | only in racoon

Lines Matching full:sp_in

1913 	struct secpolicy *sp_in, *sp_out;
2105 sp_in = getsp_r(&spidx);
2106 if (sp_in == NULL) {
2168 if (sp_in->policy != IPSEC_POLICY_IPSEC) {
2176 if (set_proposal_from_policy(iph2, sp_in, sp_out) < 0) {