Searched refs:old_pvid (Results 1 – 1 of 1) sorted by relevance
834 u16 old_pvid; in __br_vlan_set_default_pvid() local848 old_pvid = br->default_pvid; in __br_vlan_set_default_pvid()855 if ((!old_pvid || vlan_default_pvid(vg, old_pvid)) && in __br_vlan_set_default_pvid()863 br_vlan_delete(br, old_pvid); in __br_vlan_set_default_pvid()872 if ((old_pvid && in __br_vlan_set_default_pvid()873 !vlan_default_pvid(vg, old_pvid)) || in __br_vlan_set_default_pvid()882 nbp_vlan_delete(p, old_pvid); in __br_vlan_set_default_pvid()897 if (old_pvid) in __br_vlan_set_default_pvid()898 nbp_vlan_add(p, old_pvid, in __br_vlan_set_default_pvid()905 if (old_pvid) in __br_vlan_set_default_pvid()[all …]