Searched refs:rtnl_tc_data_check (Results 1 – 5 of 5) sorted by relevance
/third_party/libnl/include/netlink-private/route/ |
D | tc-api.h | 119 extern void * rtnl_tc_data_check(struct rtnl_tc *,
|
/third_party/libnl/lib/route/qdisc/ |
D | hfsc.c | 180 return rtnl_tc_data_check(TC_CAST(qdisc), &hfsc_qdisc_ops, err); in hfsc_qdisc_data() 185 return rtnl_tc_data_check(TC_CAST(class), &hfsc_class_ops, err); in hfsc_class_data()
|
D | htb.c | 291 return rtnl_tc_data_check(TC_CAST(qdisc), &htb_qdisc_ops, err); in htb_qdisc_data() 296 return rtnl_tc_data_check(TC_CAST(class), &htb_class_ops, err); in htb_class_data()
|
/third_party/libnl/ |
D | libnl-route-3.sym | 20 rtnl_tc_data_check;
|
/third_party/libnl/lib/route/ |
D | tc.c | 1117 void *rtnl_tc_data_check(struct rtnl_tc *tc, struct rtnl_tc_ops *ops, int *err) in rtnl_tc_data_check() function
|