Searched refs:current_proto (Results 1 – 1 of 1) sorted by relevance
346 ipsec_proto_t *current_proto, *ret_proto = NULL; in proto_setup() local354 current_proto = (*protos) + i; in proto_setup()355 if (current_proto->proto_num == proto_num) { in proto_setup()356 ret_proto = current_proto; in proto_setup()486 ipsec_proto_t *protos, *current_proto; in addipsecalg() local493 if ((current_proto = proto_setup(&protos, &num_protos, in addipsecalg()501 if (ipsecalg_exists(newbie, current_proto)) in addipsecalg()513 current_proto, forced_add); in addipsecalg()524 for (i = 0; i < current_proto->proto_numalgs; i++) { in addipsecalg()525 if (current_proto->proto_algs[i]->a_alg_num == in addipsecalg()[all …]