Home
last modified time | relevance | path

Searched refs:tt_type (Results 1 – 6 of 6) sorted by relevance

/third_party/libnl/include/netlink-private/route/
Dtc-api.h88 enum rtnl_tc_type tt_type; member
/third_party/libnl/lib/route/
Dtc.c1151 if (ops->tt_type > RTNL_TC_TYPE_MAX) in rtnl_tc_type_register()
1154 tc_type_ops[ops->tt_type] = ops; in rtnl_tc_type_register()
1159 if (ops->tt_type > RTNL_TC_TYPE_MAX) in rtnl_tc_type_unregister()
1162 tc_type_ops[ops->tt_type] = NULL; in rtnl_tc_type_unregister()
Dcls.c417 .tt_type = RTNL_TC_TYPE_CLS,
Dclass.c458 .tt_type = RTNL_TC_TYPE_CLASS,
Dqdisc.c528 .tt_type = RTNL_TC_TYPE_QDISC,
Dact.c543 .tt_type = RTNL_TC_TYPE_ACT,