Searched refs:type_ops (Results 1 – 1 of 1) sorted by relevance
798 struct rtnl_tc_type_ops *type_ops; in tc_dump() local802 type_ops = tc_type_ops[tc->tc_type]; in tc_dump()803 if (type_ops && type_ops->tt_dump[type]) in tc_dump()804 type_ops->tt_dump[type](tc, p); in tc_dump()817 struct rtnl_tc_type_ops *type_ops; in rtnl_tc_dump_line() local824 type_ops = tc_type_ops[tc->tc_type]; in rtnl_tc_dump_line()825 if (type_ops && type_ops->tt_dump_prefix) in rtnl_tc_dump_line()826 nl_dump(p, "%s ", type_ops->tt_dump_prefix); in rtnl_tc_dump_line()