Searched defs:stab (Results 1 - 2 of 2) sorted by relevance

/net/sched/
H A Dsch_gred.c385 u8 *stab, u32 max_P,
407 ctl->Scell_log, stab, max_P);
425 u8 *stab; local
447 stab = nla_data(tb[TCA_GRED_STAB]);
470 err = gred_change_vq(sch, ctl->DP, ctl, prio, stab, max_P, &prealloc);
383 gred_change_vq(struct Qdisc *sch, int dp, struct tc_gred_qopt *ctl, int prio, u8 *stab, u32 max_P, struct gred_sched_data **prealloc) argument
H A Dsch_api.c446 struct qdisc_size_table *stab; local
472 list_for_each_entry(stab, &qdisc_stab_list, list) {
473 if (memcmp(&stab->szopts, s, sizeof(*s)))
475 if (tsize > 0 && memcmp(stab->data, tab, tsize * sizeof(u16)))
477 stab->refcnt++;
479 return stab;
484 stab = kmalloc(sizeof(*stab) + tsize * sizeof(u16), GFP_KERNEL);
485 if (!stab)
488 stab
521 qdisc_dump_stab(struct sk_buff *skb, struct qdisc_size_table *stab) argument
538 __qdisc_calculate_pkt_len(struct sk_buff *skb, const struct qdisc_size_table *stab) argument
886 struct qdisc_size_table *stab; local
1018 struct qdisc_size_table *ostab, *stab = NULL; local
1329 struct qdisc_size_table *stab; local
[all...]

Completed in 1192 milliseconds