Lines Matching defs:tcf_block
251 struct tcf_block * (*tcf_block)(struct Qdisc *sch, member
449 struct tcf_block { struct
453 struct mutex lock;
454 struct list_head chain_list;
455 u32 index; /* block index for shared blocks */
456 u32 classid; /* which class this block belongs to */
457 refcount_t refcnt;
458 struct net *net;
459 struct Qdisc *q;
460 struct rw_semaphore cb_lock; /* protects cb_list and offload counters */
461 struct flow_block flow_block;
462 struct list_head owner_list;
463 bool keep_dst;
487 static inline bool lockdep_tcf_chain_is_locked(struct tcf_block *chain) in lockdep_tcf_chain_is_locked() argument