HomeSort by relevance Sort by last modified time
    Searched full:tc_ops_list (Results 1 - 1 of 1) sorted by null

  /external/libnl/lib/route/
tc.c 29 static struct nl_list_head tc_ops_list[__RTNL_TC_TYPE_MAX]; variable in typeref:struct:nl_list_head
939 nl_list_for_each_entry(ops, &tc_ops_list[type], to_list)
972 nl_init_list_head(&tc_ops_list[i]);
983 nl_list_add_tail(&ops->to_list, &tc_ops_list[ops->to_type]);

Completed in 78 milliseconds