Searched refs:mlpl_first (Results 1 – 2 of 2) sorted by relevance
789 for (tme = mlpl->mlpl_first; tme != NULL; tme = tme->mlpe_next) { in mlp_add_del()835 mlpl->mlpl_first = newent; in mlp_add_del()846 mlpl->mlpl_first = tme->mlpe_next; in mlp_add_del()896 for (tme = mlpl->mlpl_first; tme != NULL; tme = tmnext) { in mlp_flush()900 mlpl->mlpl_first = tmnext; in mlp_flush()975 for (tme = mlpl->mlpl_first; tme != NULL; in tnmlp()1286 if (zone != NULL && zone->zone_mlps.mlpl_first != NULL) { in tsol_next_port()1288 for (tme = zone->zone_mlps.mlpl_first; tme != NULL; in tsol_next_port()1299 if (shared_mlps.mlpl_first != NULL) { in tsol_next_port()1301 for (tme = shared_mlps.mlpl_first; tme != NULL; in tsol_next_port()[all …]
98 tsol_mlp_entry_t *mlpl_first, *mlpl_last; member