Searched defs:tcf_block (Results 1 – 2 of 2) sorted by relevance
248 struct tcf_block * (*tcf_block)(struct Qdisc *sch, member444 struct tcf_block { struct448 struct mutex lock;449 struct list_head chain_list;450 u32 index; /* block index for shared blocks */451 u32 classid; /* which class this block belongs to */452 refcount_t refcnt;453 struct net *net;454 struct Qdisc *q;455 struct rw_semaphore cb_lock; /* protects cb_list and offload counters */[all …]
268 struct tcf_block * (*tcf_block)(struct Qdisc *sch, member464 struct tcf_block { struct468 struct mutex lock;469 struct list_head chain_list;470 u32 index; /* block index for shared blocks */471 u32 classid; /* which class this block belongs to */472 refcount_t refcnt;473 struct net *net;474 struct Qdisc *q;475 struct rw_semaphore cb_lock; /* protects cb_list and offload counters */[all …]