Searched refs:mlpe_prev (Results 1 – 2 of 2) sorted by relevance
828 tme2 = tme->mlpe_prev; in mlp_add_del()829 tme->mlpe_prev = newent; in mlp_add_del()831 newent->mlpe_prev = tme2; in mlp_add_del()843 if ((tme2 = tme->mlpe_prev) == NULL) in mlp_add_del()848 mlpl->mlpl_last = tme->mlpe_prev; in mlp_add_del()850 tme2->mlpe_prev = tme->mlpe_prev; in mlp_add_del()897 if ((tme2 = tme->mlpe_prev) == NULL) in mlp_flush()904 tmnext->mlpe_prev = tme2; in mlp_flush()
91 struct tsol_mlp_entry_s *mlpe_next, *mlpe_prev; member