Searched refs:szopts (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_api.c369 if (memcmp(&stab->szopts, s, sizeof(*s)))
385 stab->szopts = *s;
419 NLA_PUT(skb, TCA_STAB_BASE, sizeof(stab->szopts), &stab->szopts);
432 pkt_len = skb->len + stab->szopts.overhead;
433 if (unlikely(!stab->szopts.tsize))
436 slot = pkt_len + stab->szopts.cell_align;
440 slot >>= stab->szopts.cell_log;
441 if (likely(slot < stab->szopts.tsize))
444 pkt_len = stab->data[stab->szopts
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dsch_generic.h39 struct tc_sizespec szopts; member in struct:qdisc_size_table

Completed in 93 milliseconds