Lines Matching refs:old_pvid
872 u16 old_pvid; in __br_vlan_set_default_pvid() local
885 old_pvid = br->default_pvid; in __br_vlan_set_default_pvid()
892 if ((!old_pvid || vlan_default_pvid(vg, old_pvid)) && in __br_vlan_set_default_pvid()
901 br_vlan_delete(br, old_pvid); in __br_vlan_set_default_pvid()
910 if ((old_pvid && in __br_vlan_set_default_pvid()
911 !vlan_default_pvid(vg, old_pvid)) || in __br_vlan_set_default_pvid()
921 nbp_vlan_delete(p, old_pvid); in __br_vlan_set_default_pvid()
936 if (old_pvid) in __br_vlan_set_default_pvid()
937 nbp_vlan_add(p, old_pvid, in __br_vlan_set_default_pvid()
945 if (old_pvid) in __br_vlan_set_default_pvid()
946 br_vlan_add(br, old_pvid, in __br_vlan_set_default_pvid()