Home
last modified time | relevance | path

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

/external/libnl/include/netlink-private/route/
Dtc-api.h88 enum rtnl_tc_type tt_type; member
/external/libnl/lib/route/
Dtc.c1067 if (ops->tt_type > RTNL_TC_TYPE_MAX) in rtnl_tc_type_register()
1070 tc_type_ops[ops->tt_type] = ops; in rtnl_tc_type_register()
1075 if (ops->tt_type > RTNL_TC_TYPE_MAX) in rtnl_tc_type_unregister()
1078 tc_type_ops[ops->tt_type] = NULL; in rtnl_tc_type_unregister()
Dcls.c397 .tt_type = RTNL_TC_TYPE_CLS,
Dclass.c425 .tt_type = RTNL_TC_TYPE_CLASS,
Dqdisc.c527 .tt_type = RTNL_TC_TYPE_QDISC,
Dact.c532 .tt_type = RTNL_TC_TYPE_ACT,