Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4v/io/
H A Dvsw_switching.c1643 mfdb_ent_t *tmp_ent = NULL; in vsw_add_mcst() local
1689 tmp_ent = ment; in vsw_add_mcst()
1690 while (tmp_ent != NULL) { in vsw_add_mcst()
1691 if (tmp_ent->d_addr == (void *)tgt) { in vsw_add_mcst()
1706 tmp_ent = tmp_ent->nextp; in vsw_add_mcst()
1720 tmp_ent = ment; in vsw_add_mcst()
1721 while (tmp_ent->nextp != NULL) in vsw_add_mcst()
1722 tmp_ent = tmp_ent->nextp; in vsw_add_mcst()
1724 tmp_ent->nextp = new_ent; in vsw_add_mcst()