Lines Matching defs:divisor
75 unsigned int divisor;
204 if (ht->divisor) {
211 sel = ht->divisor & u32_hash_fold(*data, &n->sel,
275 if (sel > ht->divisor)
485 cls_u32.hnode.divisor = h->divisor;
503 cls_u32.hnode.divisor = h->divisor;
581 for (h = 0; h <= ht->divisor; h++) {
952 unsigned int divisor = nla_get_u32(tb[TCA_U32_DIVISOR]);
954 if (!is_power_of_2(divisor)) {
958 if (divisor-- > 0x100) {
966 ht = kzalloc(struct_size(ht, ht, divisor + 1), GFP_KERNEL);
984 ht->divisor = divisor;
1021 if (ht->divisor < TC_U32_HASH(htid)) {
1209 for (h = 0; h <= ht->divisor; h++) {
1229 cls_u32.hnode.divisor = ht->divisor;
1300 for (h = 0; h <= ht->divisor; h++) {
1347 u32 divisor = ht->divisor + 1;
1349 if (nla_put_u32(skb, TCA_U32_DIVISOR, divisor))