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

/linux-master/net/sched/
H A Dsch_api.c511 if (memcmp(&stab->szopts, s, sizeof(*s)))
531 stab->szopts = *s;
559 if (nla_put(skb, TCA_STAB_BASE, sizeof(stab->szopts), &stab->szopts))
574 pkt_len = skb->len + stab->szopts.overhead;
575 if (unlikely(!stab->szopts.tsize))
578 slot = pkt_len + stab->szopts.cell_align;
582 slot >>= stab->szopts.cell_log;
583 if (likely(slot < stab->szopts.tsize))
586 pkt_len = stab->data[stab->szopts
[all...]
H A Dsch_taprio.c293 max_frm_len -= stab->szopts.overhead;
/linux-master/include/net/
H A Dsch_generic.h60 struct tc_sizespec szopts; member in struct:qdisc_size_table

Completed in 148 milliseconds