Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Dtc.c29 static struct nl_list_head tc_ops_list[__RTNL_TC_TYPE_MAX]; variable
939 nl_list_for_each_entry(ops, &tc_ops_list[type], to_list) in rtnl_tc_lookup_ops()
972 nl_init_list_head(&tc_ops_list[i]); in rtnl_tc_register()
983 nl_list_add_tail(&ops->to_list, &tc_ops_list[ops->to_type]); in rtnl_tc_register()