Searched defs:tcf_block (Results 1 – 1 of 1) sorted by relevance
261 struct tcf_block * (*tcf_block)(struct Qdisc *sch, member451 struct tcf_block { struct455 struct mutex lock;456 struct list_head chain_list;457 u32 index; /* block index for shared blocks */458 u32 classid; /* which class this block belongs to */459 refcount_t refcnt;460 struct net *net;461 struct Qdisc *q;462 struct rw_semaphore cb_lock; /* protects cb_list and offload counters */[all …]