Searched refs:tme2 (Results 1 – 1 of 1) sorted by relevance
771 tsol_mlp_entry_t *tme, *tme2, *newent; in mlp_add_del() local803 for (tme2 = tme; tme2 != NULL; tme2 = tme2->mlpe_next) { in mlp_add_del()805 if (tme2->mlpe_mlp.mlp_port > portmax) { in mlp_add_del()806 tme2 = NULL; in mlp_add_del()810 if (tme2->mlpe_mlp.mlp_ipp == proto) in mlp_add_del()816 if (tme2 != NULL) { in mlp_add_del()825 tme2 = mlpl->mlpl_last; in mlp_add_del()828 tme2 = tme->mlpe_prev; in mlp_add_del()831 newent->mlpe_prev = tme2; in mlp_add_del()832 if (tme2 == NULL) in mlp_add_del()[all …]