Searched defs:sfq_sched_data (Results 1 – 1 of 1) sorted by relevance
107 struct sfq_sched_data { struct109 int limit; /* limit of total number of packets in this qdisc */110 unsigned int divisor; /* number of slots in hash table */111 u8 headdrop;112 u8 maxdepth; /* limit of packets per flow */114 siphash_key_t perturbation;115 u8 cur_depth; /* depth of longest slot */116 u8 flags;117 struct tcf_proto __rcu *filter_list;118 struct tcf_block *block;[all …]