Home
last modified time | relevance | path

Searched refs:tqn (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Ddamap.c1163 char tqn[TASKQ_NAMELEN]; in dam_addrset_activate() local
1174 (void) snprintf(tqn, sizeof (tqn), "actv-%s", mapp->dam_name); in dam_addrset_activate()
1175 tqp = taskq_create(tqn, nset, maxclsyspri, 1, in dam_addrset_activate()
1209 char tqn[TASKQ_NAMELEN]; in dam_addrset_deactivate() local
1221 (void) snprintf(tqn, sizeof (tqn), "deactv-%s", in dam_addrset_deactivate()
1223 tqp = taskq_create(tqn, nset, maxclsyspri, 1, in dam_addrset_deactivate()
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_state.c3427 ipftqent_t *tqe, *tqn; local
3434 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) {
3437 tqn = tqe->tqe_next;
3443 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) {
3446 tqn = tqe->tqe_next;
H A Dfil.c7517 ipftqent_t *tqe, *tqn; local
7534 tqn = ifq->ifq_head;
7535 while ((tqe = tqn) != NULL && tqe->tqe_touched < droptick) {
7536 tqn = tqe->tqe_next;
7575 ipftqent_t *tqe, *tqn; local
7598 tqn = ifq->ifq_head;
7599 while ((tqe = tqn) != NULL) {
7600 tqn = tqe->tqe_next;
H A Dip_nat.c4683 ipftqent_t *tqe, *tqn; local
4690 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); i++) {
4693 tqn = tqe->tqe_next;
4701 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); i++) {
4704 tqn = tqe->tqe_next;