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]);
|