Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dsch_generic.h261 struct tcf_block * (*tcf_block)(struct Qdisc *sch, member
451 struct tcf_block { struct
455 struct mutex lock;
456 struct list_head chain_list;
457 u32 index; /* block index for shared blocks */
458 u32 classid; /* which class this block belongs to */
459 refcount_t refcnt;
460 struct net *net;
461 struct Qdisc *q;
462 struct rw_semaphore cb_lock; /* protects cb_list and offload counters */
[all …]