Home
last modified time | relevance | path

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

/third_party/libnl/include/netlink-private/route/
Dtc-api.h119 extern void * rtnl_tc_data_check(struct rtnl_tc *,
/third_party/libnl/lib/route/qdisc/
Dhfsc.c180 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()
Dhtb.c291 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/
Dlibnl-route-3.sym20 rtnl_tc_data_check;
/third_party/libnl/lib/route/
Dtc.c1117 void *rtnl_tc_data_check(struct rtnl_tc *tc, struct rtnl_tc_ops *ops, int *err) in rtnl_tc_data_check() function