Searched defs:tcf_block (Results 1 – 2 of 2) sorted by relevance
262 struct tcf_block * (*tcf_block)(struct Qdisc *sch, member456 struct tcf_block { struct460 struct mutex lock;461 struct list_head chain_list;462 u32 index; /* block index for shared blocks */463 u32 classid; /* which class this block belongs to */464 refcount_t refcnt;465 struct net *net;466 struct Qdisc *q;467 struct rw_semaphore cb_lock; /* protects cb_list and offload counters */[all …]
183 struct tcf_block * (*tcf_block)(struct Qdisc *sch, member335 struct tcf_block { struct352 static inline void tcf_block_offload_inc(struct tcf_block *block, u32 *flags) in tcf_block_offload_inc() argument