Searched refs:outact (Results 1 – 1 of 1) sorted by relevance
1190 ipsec_setup_act(ipsec_act_t *outact, ipsec_act_t *act, in ipsec_setup_act() argument1195 *outact = *act; in ipsec_setup_act()1196 ipp = &outact->ipa_apply; in ipsec_setup_act()1223 ipsec_act_t *outact; in ipsec_act_wildcard_expand() local1227 outact = kmem_alloc(sizeof (*act), KM_NOSLEEP); in ipsec_act_wildcard_expand()1229 if (outact != NULL) in ipsec_act_wildcard_expand()1230 bcopy(act, outact, sizeof (*act)); in ipsec_act_wildcard_expand()1231 return (outact); in ipsec_act_wildcard_expand()1288 outact = kmem_alloc(sizeof (*outact) * action_count, KM_NOSLEEP); in ipsec_act_wildcard_expand()1289 if (outact == NULL) in ipsec_act_wildcard_expand()[all …]