Searched refs:nextlif (Results 1 – 1 of 1) sorted by relevance
1279 struct ip_lif *nextlif; in update_cache() local1322 nextlif = lif->li_next; in update_cache()1324 lif->li_prev->li_next = nextlif; in update_cache()1325 if (nextlif != NULL) in update_cache()1326 nextlif->li_prev = lif->li_prev; in update_cache()1329 nextlif; in update_cache()1335 lif = nextlif; in update_cache()