Searched refs:tcfilter (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/bin/net/
H A Dnet_tc.py119 class tcfilter(object): class in inherits:object
191 self._tc_conf[tcfilter.conf_device] = netif.get_name()
192 self._tc_conf[tcfilter.conf_parent] = self._parent_qdisc.id()
193 self._tc_conf[tcfilter.conf_type] = self.filtertype
194 self._tc_conf[tcfilter.conf_protocol] = self._protocol
195 self._tc_conf[tcfilter.conf_priotity] = self._priority
196 self._tc_conf[tcfilter.conf_flowid] = (
213 class u32filter(tcfilter):
232 tc_conf[tcfilter.conf_cmd] = 'add'
233 tc_conf[tcfilter
[all...]

Completed in 140 milliseconds