OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tt_dump_prefix
(Results
1 - 6
of
6
) sorted by null
/external/libnl/include/netlink-private/route/
tc-api.h
90
char *
tt_dump_prefix
;
member in struct:rtnl_tc_type_ops
/external/libnl/lib/route/
class.c
426
.
tt_dump_prefix
= "class",
cls.c
398
.
tt_dump_prefix
= "cls",
qdisc.c
528
.
tt_dump_prefix
= "qdisc",
act.c
533
.
tt_dump_prefix
= "act",
tc.c
825
if (type_ops && type_ops->
tt_dump_prefix
)
826
nl_dump(p, "%s ", type_ops->
tt_dump_prefix
);
Completed in 73 milliseconds