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