Lines Matching full:restore
36 root_qdisc.restore(lo_if)
107 def restore(self, netif):
108 # restore child classes
112 child.restore()
114 # restore leaf qdisc
116 self._leaf_qdisc.restore(netif)
209 def restore(self, netif):
237 def restore(self, netif):
299 def restore(self, netif):
336 def restore(self, netif):
337 # restore filters
341 filter.restore(netif)
343 # restore child classes
347 child.restore(netif)
349 super(classful_qdisc, self).restore(netif)