Home
last modified time | relevance | path

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

/aosp_15_r20/external/libnl/lib/route/qdisc/
H A Dhtb.c307 static struct rtnl_htb_class *htb_class_data(struct rtnl_class *class, int *err) in htb_class_data() function
391 if ((htb = htb_class_data(class, NULL)) && in rtnl_htb_get_prio()
403 if (!(htb = htb_class_data(class, &err))) in rtnl_htb_set_prio()
424 if ( !(htb = htb_class_data(class, NULL)) in rtnl_htb_get_rate()
445 if (!(htb = htb_class_data(class, NULL))) in rtnl_htb_get_rate64()
478 if (!(htb = htb_class_data(class, &err))) in rtnl_htb_set_rate64()
500 if ( !(htb = htb_class_data(class, NULL)) in rtnl_htb_get_ceil()
521 if (!(htb = htb_class_data(class, NULL))) in rtnl_htb_get_ceil64()
554 if (!(htb = htb_class_data(class, &err))) in rtnl_htb_set_ceil64()
574 if ((htb = htb_class_data(class, NULL)) && in rtnl_htb_get_rbuffer()
[all …]