Searched refs:nacts (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.c | 8541 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()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | spd.c | 3468 int nacts, int prio, uint64_t *index_ptr, netstack_t *ns) in ipsec_policy_create() argument 3479 ap = ipsec_act_find(a, nacts, ns); in ipsec_policy_create()
|