Home
last modified time | relevance | path

Searched refs:nacts (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c8541 int nacts; in readkconf() local
8595 res = ipp_mod_list_actions(modnames[x], &actnames, &nacts); in readkconf()
8603 for (y = 0; y < nacts; y++) { in readkconf()
8636 cleanup_string_table(actnames, nacts); in readkconf()
8645 cleanup_string_table(actnames, nacts); in readkconf()
9029 int nacts; in flush() local
9052 res = ipp_mod_list_actions(modnames[x], &actnames, &nacts); in flush()
9059 for (y = 0; y < nacts; y++) { in flush()
9069 cleanup_string_table(actnames, nacts); in flush()
9076 cleanup_string_table(actnames, nacts); in flush()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c3470 int nacts, int prio, uint64_t *index_ptr, netstack_t *ns) in ipsec_policy_create() argument
3481 ap = ipsec_act_find(a, nacts, ns); in ipsec_policy_create()