Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sched/
Dsch_gred.c328 struct tc_gred_qopt *ctl; in gred_change()
505 struct tc_gred_qopt *opt = NULL ; in gred_dump()
506 struct tc_gred_qopt *dst; in gred_dump()
515 opt=kmalloc(sizeof(struct tc_gred_qopt)*MAX_DPs, GFP_KERNEL); in gred_dump()
519 sizeof(struct tc_gred_qopt)*MAX_DPs); in gred_dump()
523 memset(opt, 0, (sizeof(struct tc_gred_qopt))*table->DPs); in gred_dump()
580 RTA_PUT(skb, TCA_GRED_PARMS, sizeof(struct tc_gred_qopt)*MAX_DPs, opt); in gred_dump()
/linux-2.4.37.9/include/linux/
Dpkt_sched.h220 struct tc_gred_qopt struct