Searched refs:outact (Results 1 – 1 of 1) sorted by relevance
1189 ipsec_setup_act(ipsec_act_t *outact, ipsec_act_t *act, in ipsec_setup_act() argument1194 *outact = *act; in ipsec_setup_act()1195 ipp = &outact->ipa_apply; in ipsec_setup_act()1222 ipsec_act_t *outact; in ipsec_act_wildcard_expand() local1226 outact = kmem_alloc(sizeof (*act), KM_NOSLEEP); in ipsec_act_wildcard_expand()1228 if (outact != NULL) in ipsec_act_wildcard_expand()1229 bcopy(act, outact, sizeof (*act)); in ipsec_act_wildcard_expand()1230 return (outact); in ipsec_act_wildcard_expand()1287 outact = kmem_alloc(sizeof (*outact) * action_count, KM_NOSLEEP); in ipsec_act_wildcard_expand()1288 if (outact == NULL) in ipsec_act_wildcard_expand()[all …]