Lines Matching defs:tcf_block
217 struct tcf_block * (*tcf_block)(struct Qdisc *sch, member
411 struct tcf_block { struct
415 struct mutex lock;
416 struct list_head chain_list;
417 u32 index; /* block index for shared blocks */
418 u32 classid; /* which class this block belongs to */
419 refcount_t refcnt;
420 struct net *net;
421 struct Qdisc *q;
422 struct rw_semaphore cb_lock; /* protects cb_list and offload counters */
423 struct flow_block flow_block;
424 struct list_head owner_list;
425 bool keep_dst;
449 static inline bool lockdep_tcf_chain_is_locked(struct tcf_block *chain) in lockdep_tcf_chain_is_locked() argument