Searched defs:outact (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c1189 ipsec_setup_act(ipsec_act_t *outact, ipsec_act_t *act, argument
1194 *outact = *act;
1195 ipp = &outact->ipa_apply;
1222 ipsec_act_t *outact; local
1226 outact = kmem_alloc(sizeof (*act), KM_NOSLEEP);
1228 if (outact != NULL)
1229 bcopy(act, outact, sizeof (*act));
1230 return (outact);
1287 outact = kmem_alloc(sizeof (*outact) * action_coun
[all...]

Completed in 69 milliseconds