Searched defs:tcf_block (Results 1 – 1 of 1) sorted by relevance
262 struct tcf_block * (*tcf_block)(struct Qdisc *sch, member458 struct tcf_block { struct462 struct mutex lock;463 struct list_head chain_list;464 u32 index; /* block index for shared blocks */465 u32 classid; /* which class this block belongs to */466 refcount_t refcnt;467 struct net *net;468 struct Qdisc *q;469 struct rw_semaphore cb_lock; /* protects cb_list and offload counters */[all …]