Searched refs:tqn (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/os/ |
H A D | damap.c | 1161 char tqn[TASKQ_NAMELEN]; in dam_addrset_activate() local 1172 (void) snprintf(tqn, sizeof (tqn), "actv-%s", mapp->dam_name); in dam_addrset_activate() 1173 tqp = taskq_create(tqn, nset, maxclsyspri, 1, in dam_addrset_activate() 1207 char tqn[TASKQ_NAMELEN]; in dam_addrset_deactivate() local 1219 (void) snprintf(tqn, sizeof (tqn), "deactv-%s", in dam_addrset_deactivate() 1221 tqp = taskq_create(tqn, nset, maxclsyspri, 1, in dam_addrset_deactivate()
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ip_state.c | 3428 ipftqent_t *tqe, *tqn; local 3435 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) { 3438 tqn = tqe->tqe_next; 3444 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) { 3447 tqn = tqe->tqe_next;
|
H A D | fil.c | 7518 ipftqent_t *tqe, *tqn; local 7535 tqn = ifq->ifq_head; 7536 while ((tqe = tqn) != NULL && tqe->tqe_touched < droptick) { 7537 tqn = tqe->tqe_next; 7576 ipftqent_t *tqe, *tqn; local 7599 tqn = ifq->ifq_head; 7600 while ((tqe = tqn) != NULL) { 7601 tqn = tqe->tqe_next;
|
H A D | ip_nat.c | 4683 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;
|