Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dsch_generic.h269 struct tcf_block * (*tcf_block)(struct Qdisc *sch, member
465 struct tcf_block { struct
469 struct mutex lock;
470 struct list_head chain_list;
471 u32 index; /* block index for shared blocks */
472 u32 classid; /* which class this block belongs to */
473 refcount_t refcnt;
474 struct net *net;
475 struct Qdisc *q;
476 struct rw_semaphore cb_lock; /* protects cb_list and offload counters */
[all …]