Searched refs:divisor (Results 1 – 3 of 3) sorted by relevance
639 unsigned int divisor; in sfq_change() local651 if (ctl->divisor && in sfq_change()652 (!is_power_of_2(ctl->divisor) || ctl->divisor > 65536)) in sfq_change()679 divisor = q->divisor; in sfq_change()691 if (ctl->divisor) { in sfq_change()692 divisor = ctl->divisor; in sfq_change()722 q->divisor = divisor; in sfq_change()797 q->divisor = SFQ_DEFAULT_HASH_DIVISOR; in sfq_init()816 for (i = 0; i < q->divisor; i++) in sfq_init()841 opt.v0.divisor = q->divisor; in sfq_dump()[all …]
75 unsigned int divisor; member214 if (ht->divisor) { in u32_classify()285 if (sel > ht->divisor) in u32_lookup_key()497 cls_u32.hnode.divisor = h->divisor; in u32_clear_hw_hnode()515 cls_u32.hnode.divisor = h->divisor; in u32_replace_hw_hnode()593 for (h = 0; h <= ht->divisor; h++) { in u32_clear_hnode()966 if (!is_power_of_2(divisor)) { in u32_change()970 if (divisor-- > 0x100) { in u32_change()996 ht->divisor = divisor; in u32_change()1243 cls_u32.hnode.divisor = ht->divisor; in u32_reoffload_hnode()[all …]
54 u32 divisor; member332 if (f->divisor) in flow_classify()333 classid %= f->divisor; in flow_classify()469 fnew->divisor = fold->divisor; in flow_change()540 fnew->divisor = nla_get_u32(tb[TCA_FLOW_DIVISOR]); in flow_change()652 if (f->divisor && in flow_dump()653 nla_put_u32(skb, TCA_FLOW_DIVISOR, f->divisor)) in flow_dump()
Completed in 18 milliseconds