Searched refs:dv_prev (Results 1 – 1 of 1) sorted by relevance
66 struct dl_vlan *dv_prev; /* prev VLAN on the same link */ member922 vlan->dv_prev = NULL; in vlan_update()924 node->vc_vlan->dv_prev = vlan; in vlan_update()995 if (vlan->dv_prev != NULL) in cache_update()996 vlan->dv_prev->dv_next = next; in cache_update()1001 next->dv_prev = vlan->dv_prev; in cache_update()