Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/
Dpkt_cls.h36 struct tcf_block *block;
45 struct tcf_chain *tcf_chain_get_by_act(struct tcf_block *block,
48 struct tcf_chain *tcf_get_next_chain(struct tcf_block *block,
52 void tcf_block_netif_keep_dst(struct tcf_block *block);
53 int tcf_block_get(struct tcf_block **p_block,
56 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q,
59 void tcf_block_put(struct tcf_block *block);
60 void tcf_block_put_ext(struct tcf_block *block, struct Qdisc *q,
65 static inline bool tcf_block_shared(struct tcf_block *block) in tcf_block_shared()
70 static inline bool tcf_block_non_null_shared(struct tcf_block *block) in tcf_block_non_null_shared()
[all …]
Dsch_generic.h268 struct tcf_block * (*tcf_block)(struct Qdisc *sch, member
453 struct tcf_block *block;
464 struct tcf_block { struct
1285 struct tcf_block *block;
1313 struct tcf_block *block);
/linux-6.6.21/net/sched/
Dcls_api.c181 struct tcf_block *block = chain->block; in tcf_proto_signal_destroying()
220 struct tcf_block *block = chain->block; in tcf_proto_signal_destroyed()
469 static struct tcf_chain *tcf_chain_create(struct tcf_block *block, in tcf_chain_create()
500 struct tcf_block *block = chain->block; in tcf_chain0_head_change()
515 struct tcf_block *block = chain->block; in tcf_chain_detach()
530 static void tcf_block_destroy(struct tcf_block *block) in tcf_block_destroy()
539 struct tcf_block *block = chain->block; in tcf_chain_destroy()
564 static struct tcf_chain *tcf_chain_lookup(struct tcf_block *block, in tcf_chain_lookup()
579 static struct tcf_chain *tcf_chain_lookup_rcu(const struct tcf_block *block, in tcf_chain_lookup_rcu()
596 static struct tcf_chain *__tcf_chain_get(struct tcf_block *block, in __tcf_chain_get()
[all …]
Dsch_ingress.c19 struct tcf_block *block;
48 static struct tcf_block *ingress_tcf_block(struct Qdisc *sch, unsigned long cl, in ingress_tcf_block()
154 .tcf_block = ingress_tcf_block,
173 struct tcf_block *ingress_block;
174 struct tcf_block *egress_block;
198 static struct tcf_block *clsact_tcf_block(struct Qdisc *sch, unsigned long cl, in clsact_tcf_block()
328 .tcf_block = clsact_tcf_block,
Dcls_matchall.c74 struct tcf_block *block = tp->chain->block; in mall_destroy_hw_filter()
90 struct tcf_block *block = tp->chain->block; in mall_replace_hw_filter()
278 struct tcf_block *block = tp->chain->block; in mall_reoffload()
315 struct tcf_block *block = tp->chain->block; in mall_stats_hw_filter()
Dsch_multiq.c24 struct tcf_block *block;
361 static struct tcf_block *multiq_tcf_block(struct Qdisc *sch, unsigned long cl, in multiq_tcf_block()
376 .tcf_block = multiq_tcf_block,
Dsch_prio.c24 struct tcf_block *block;
384 static struct tcf_block *prio_tcf_block(struct Qdisc *sch, unsigned long cl, in prio_tcf_block()
399 .tcf_block = prio_tcf_block,
Dsch_drr.c34 struct tcf_block *block;
173 static struct tcf_block *drr_tcf_block(struct Qdisc *sch, unsigned long cl, in drr_tcf_block()
461 .tcf_block = drr_tcf_block,
Dcls_bpf.c149 struct tcf_block *block = tp->chain->block; in cls_bpf_offload_cmd()
230 struct tcf_block *block = tp->chain->block; in cls_bpf_offload_update_stats()
654 struct tcf_block *block = tp->chain->block; in cls_bpf_reoffload()
Dsch_sfb.c55 struct tcf_block *block;
667 static struct tcf_block *sfb_tcf_block(struct Qdisc *sch, unsigned long cl, in sfb_tcf_block()
691 .tcf_block = sfb_tcf_block,
Dcls_u32.c323 struct tcf_block *block = tp->chain->block; in tc_u_common_ptr()
480 struct tcf_block *block = tp->chain->block; in u32_clear_hw_hnode()
495 struct tcf_block *block = tp->chain->block; in u32_replace_hw_hnode()
524 struct tcf_block *block = tp->chain->block; in u32_remove_hw_knode()
539 struct tcf_block *block = tp->chain->block; in u32_replace_hw_knode()
1245 struct tcf_block *block = tp->chain->block; in u32_reoffload_knode()
Dsch_fq_codel.c52 struct tcf_block *block;
612 static struct tcf_block *fq_codel_tcf_block(struct Qdisc *sch, unsigned long cl, in fq_codel_tcf_block()
697 .tcf_block = fq_codel_tcf_block,
Dsch_ets.c51 struct tcf_block *block;
349 static struct tcf_block *
796 .tcf_block = ets_qdisc_tcf_block,
Dsch_sfq.c125 struct tcf_block *block;
848 static struct tcf_block *sfq_tcf_block(struct Qdisc *sch, unsigned long cl, in sfq_tcf_block()
906 .tcf_block = sfq_tcf_block,
Dsch_qfq.c180 struct tcf_block *block;
567 static struct tcf_block *qfq_tcf_block(struct Qdisc *sch, unsigned long cl, in qfq_tcf_block()
1501 .tcf_block = qfq_tcf_block,
Dsch_hfsc.c118 struct tcf_block *block;
1256 static struct tcf_block *hfsc_tcf_block(struct Qdisc *sch, unsigned long arg, in hfsc_tcf_block()
1662 .tcf_block = hfsc_tcf_block,
Dsch_htb.c104 struct tcf_block *block;
156 struct tcf_block *block;
2087 static struct tcf_block *htb_tcf_block(struct Qdisc *sch, unsigned long arg, in htb_tcf_block()
2148 .tcf_block = htb_tcf_block,
Dsch_api.c158 if (cops->tcf_block && !(cops->bind_tcf && cops->unbind_tcf)) in register_qdisc()
2021 struct tcf_block *block; in tc_bind_class_walker()
2024 block = cops->tcf_block(q, cl, NULL); in tc_bind_class_walker()
2053 if (!cops->tcf_block) in tc_bind_tclass()
Dcls_flower.c440 struct tcf_block *block = tp->chain->block; in fl_hw_destroy_filter()
456 struct tcf_block *block = tp->chain->block; in fl_hw_replace_filter()
500 struct tcf_block *block = tp->chain->block; in fl_hw_update_stats()
2552 struct tcf_block *block = tp->chain->block; in fl_reoffload()
2639 struct tcf_block *block = chain->block; in fl_hw_create_tmplt()
2665 struct tcf_block *block = chain->block; in fl_hw_destroy_tmplt()
Dsch_fq_pie.c56 struct tcf_block *block;
Dsch_cake.c202 struct tcf_block *block;
2966 static struct tcf_block *cake_tcf_block(struct Qdisc *sch, unsigned long cl, in cake_tcf_block()
3083 .tcf_block = cake_tcf_block,
Dsch_generic.c1586 struct tcf_block *block) in mini_qdisc_pair_block_init()