OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tcfilter
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/bin/net/
net_tc.py
119
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
.conf_rules] = self._filter_rules(
[
all
...]
net_tc_unittest.py
60
# test
tcfilter
Completed in 61 milliseconds