Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dlabelsys.c773 tsol_mlp_entry_t *tme, *tme2, *newent; in mlp_add_del() local
805 for (tme2 = tme; tme2 != NULL; tme2 = tme2->mlpe_next) { in mlp_add_del()
807 if (tme2->mlpe_mlp.mlp_port > portmax) { in mlp_add_del()
808 tme2 = NULL; in mlp_add_del()
812 if (tme2->mlpe_mlp.mlp_ipp == proto) in mlp_add_del()
818 if (tme2 != NULL) { in mlp_add_del()
827 tme2 = mlpl->mlpl_last; in mlp_add_del()
830 tme2 = tme->mlpe_prev; in mlp_add_del()
833 newent->mlpe_prev = tme2; in mlp_add_del()
834 if (tme2 == NULL) in mlp_add_del()
[all …]