Searched defs:tcf_block (Results 1 – 1 of 1) sorted by relevance
269 struct tcf_block * (*tcf_block)(struct Qdisc *sch, member465 struct tcf_block { struct469 struct mutex lock;470 struct list_head chain_list;471 u32 index; /* block index for shared blocks */472 u32 classid; /* which class this block belongs to */473 refcount_t refcnt;474 struct net *net;475 struct Qdisc *q;476 struct rw_semaphore cb_lock; /* protects cb_list and offload counters */[all …]