Lines Matching refs:divisor
80 unsigned int divisor; member
200 if (ht->divisor) { in u32_classify()
207 sel = ht->divisor & u32_hash_fold(*data, &n->sel, in u32_classify()
273 if (sel > ht->divisor) in u32_lookup_key()
331 root_ht->divisor = 0; in u32_init()
432 for (h = 0; h <= ht->divisor; h++) { in u32_clear_hnode()
470 for (h = 0; h <= ht->divisor; h++) in ht_empty()
776 unsigned int divisor = nla_get_u32(tb[TCA_U32_DIVISOR]); in u32_change() local
778 if (--divisor > 0x100) in u32_change()
787 ht = kzalloc(sizeof(*ht) + divisor*sizeof(void *), GFP_KERNEL); in u32_change()
792 ht->divisor = divisor; in u32_change()
816 if (ht->divisor < TC_U32_HASH(htid)) in u32_change()
919 for (h = 0; h <= ht->divisor; h++) { in u32_walk()
955 u32 divisor = ht->divisor + 1; in u32_dump() local
957 if (nla_put_u32(skb, TCA_U32_DIVISOR, divisor)) in u32_dump()