Searched refs:rtnl_tc_data_check (Results 1 – 3 of 3) sorted by relevance
118 extern void * rtnl_tc_data_check(struct rtnl_tc *,
274 return rtnl_tc_data_check(TC_CAST(qdisc), &htb_qdisc_ops); in htb_qdisc_data()279 return rtnl_tc_data_check(TC_CAST(class), &htb_class_ops); in htb_class_data()
1043 void *rtnl_tc_data_check(struct rtnl_tc *tc, struct rtnl_tc_ops *ops) in rtnl_tc_data_check() function