Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dsch_generic.h266 struct tcf_block * (*tcf_block)(struct Qdisc *sch, member
461 struct tcf_block { struct
463 /* Lock protects tcf_block and lifetime-management data of chains argument
466 struct mutex lock;
467 struct list_head chain_list;
468 u32 index; /* block index for shared blocks */
492 struct tcf_block *tcf_block_lookup(struct net *net, u32 block_index); argument