Home
last modified time | relevance | path

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

/linux/include/net/
H A Dsch_generic.h286 struct tcf_block * (*tcf_block)(struct Qdisc *sch, member
485 struct tcf_block { struct
487 /* Lock protects tcf_block and lifetime-management data of chains argument
490 struct mutex lock;
514 struct tcf_block *tcf_block_lookup(struct net *net, u32 block_index); argument
/linux/net/sched/
H A Dsch_dualpi2.c76 struct tcf_block *tcf_block; member