Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dsch_generic.h214 struct tcf_block * (*tcf_block)(struct Qdisc *sch, member
397 struct tcf_block { struct
401 struct mutex lock;
402 struct list_head chain_list;
403 u32 index; /* block index for shared blocks */
404 refcount_t refcnt;
405 struct net *net;
406 struct Qdisc *q;
407 struct rw_semaphore cb_lock; /* protects cb_list and offload counters */
408 struct flow_block flow_block;
[all …]