Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dpkt_sched.h281 TCA_HTB_PARMS, enumerator
/linux-2.4.37.9/net/sched/
Dsch_htb.c1328 RTA_PUT(skb, TCA_HTB_PARMS, sizeof(opt), &opt); in htb_dump_class()
1509 tb[TCA_HTB_PARMS-1] == NULL || in htb_change_class()
1510 RTA_PAYLOAD(tb[TCA_HTB_PARMS-1]) < sizeof(*hopt)) in htb_change_class()
1515 hopt = RTA_DATA(tb[TCA_HTB_PARMS-1]); in htb_change_class()