Searched refs:mlpe_prev (Results 1 – 2 of 2) sorted by relevance
830 tme2 = tme->mlpe_prev; in mlp_add_del()831 tme->mlpe_prev = newent; in mlp_add_del()833 newent->mlpe_prev = tme2; in mlp_add_del()845 if ((tme2 = tme->mlpe_prev) == NULL) in mlp_add_del()850 mlpl->mlpl_last = tme->mlpe_prev; in mlp_add_del()852 tme2->mlpe_prev = tme->mlpe_prev; in mlp_add_del()899 if ((tme2 = tme->mlpe_prev) == NULL) in mlp_flush()906 tmnext->mlpe_prev = tme2; in mlp_flush()
91 struct tsol_mlp_entry_s *mlpe_next, *mlpe_prev; member