Lines Matching defs:tsize
488 unsigned int tsize = 0;
503 if (s->tsize > 0) {
509 tsize = nla_len(tb[TCA_STAB_DATA]) / sizeof(u16);
512 if (tsize != s->tsize || (!tab && tsize > 0)) {
520 if (tsize > 0 &&
521 memcmp(stab->data, tab, flex_array_size(stab, data, tsize)))
533 stab = kmalloc_flex(*stab, data, tsize);
539 if (tsize > 0)
540 memcpy(stab->data, tab, flex_array_size(stab, data, tsize));
582 if (unlikely(!stab->szopts.tsize))
590 if (likely(slot < stab->szopts.tsize))
593 pkt_len = stab->data[stab->szopts.tsize - 1] *
594 (slot / stab->szopts.tsize) +
595 stab->data[slot % stab->szopts.tsize];