Home
last modified time | relevance | path

Searched defs:tcf_block (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/include/net/
Dsch_generic.h248 struct tcf_block * (*tcf_block)(struct Qdisc *sch, member
444 struct tcf_block { struct
448 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 …]