Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dpkt_cls.h36 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,
59 void tcf_block_put(struct tcf_block *block);
65 static inline bool tcf_block_shared(struct tcf_block *block) in tcf_block_shared()
82 const struct tcf_block *block,
100 static inline bool tcf_block_shared(struct tcf_block *block) in tcf_block_shared()
111 int tcf_block_get(struct tcf_block **p_block, in tcf_block_get()
126 static inline void tcf_block_put(struct tcf_block *block) in tcf_block_put()
[all …]
A Dsch_generic.h261 struct tcf_block * (*tcf_block)(struct Qdisc *sch, member
442 struct tcf_block *block;
453 struct tcf_block { struct
1259 struct tcf_block *block;
1287 struct tcf_block *block);
/linux-6.3-rc2/net/sched/
A Dcls_api.c988 struct tcf_block *block; in tcf_block_create()
1022 struct tcf_block *block; in tcf_block_refcnt_get()
1197 if (!cops->tcf_block) { in __tcf_qdisc_find()
1249 struct tcf_block *block; in __tcf_block_find()
1323 struct tcf_block *block; in tcf_block_find()
2132 struct tcf_block *block; in tc_new_tfilter()
2634 struct tcf_block *block;
2723 struct tcf_block *block; in tc_dump_tfilter()
2776 if (!cops->tcf_block) in tc_dump_tfilter()
2990 struct tcf_block *block; in tc_ctl_chain()
[all …]
A Dsch_ingress.c18 struct tcf_block *block;
47 static struct tcf_block *ingress_tcf_block(struct Qdisc *sch, unsigned long cl, in ingress_tcf_block()
128 .tcf_block = ingress_tcf_block,
147 struct tcf_block *ingress_block;
148 struct tcf_block *egress_block;
172 static struct tcf_block *clsact_tcf_block(struct Qdisc *sch, unsigned long cl, in clsact_tcf_block()
263 .tcf_block = clsact_tcf_block,
A 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()
289 struct tcf_block *block = tp->chain->block; in mall_reoffload()
326 struct tcf_block *block = tp->chain->block; in mall_stats_hw_filter()
A 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,
A 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,
A Dsch_drr.c35 struct tcf_block *block;
172 static struct tcf_block *drr_tcf_block(struct Qdisc *sch, unsigned long cl, in drr_tcf_block()
460 .tcf_block = drr_tcf_block,
A 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()
659 struct tcf_block *block = tp->chain->block; in cls_bpf_reoffload()
A 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,
A 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()
1174 struct tcf_block *block = tp->chain->block; in u32_reoffload_knode()
A 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,
A Dsch_ets.c51 struct tcf_block *block;
349 static struct tcf_block *
796 .tcf_block = ets_qdisc_tcf_block,
A Dsch_sfq.c125 struct tcf_block *block;
845 static struct tcf_block *sfq_tcf_block(struct Qdisc *sch, unsigned long cl, in sfq_tcf_block()
903 .tcf_block = sfq_tcf_block,
A Dsch_qfq.c181 struct tcf_block *block;
556 static struct tcf_block *qfq_tcf_block(struct Qdisc *sch, unsigned long cl, in qfq_tcf_block()
1478 .tcf_block = qfq_tcf_block,
A Dsch_hfsc.c118 struct tcf_block *block;
1240 static struct tcf_block *hfsc_tcf_block(struct Qdisc *sch, unsigned long arg, in hfsc_tcf_block()
1646 .tcf_block = hfsc_tcf_block,
A Dsch_api.c158 if (cops->tcf_block && !(cops->bind_tcf && cops->unbind_tcf)) in register_qdisc()
1954 struct tcf_block *block; in tc_bind_class_walker()
1957 block = cops->tcf_block(q, cl, NULL); in tc_bind_class_walker()
1986 if (!cops->tcf_block) in tc_bind_tclass()
A Dsch_htb.c104 struct tcf_block *block;
157 struct tcf_block *block;
2087 static struct tcf_block *htb_tcf_block(struct Qdisc *sch, unsigned long arg, in htb_tcf_block()
2149 .tcf_block = htb_tcf_block,
A Dcls_flower.c434 struct tcf_block *block = tp->chain->block; in fl_hw_destroy_filter()
450 struct tcf_block *block = tp->chain->block; in fl_hw_replace_filter()
494 struct tcf_block *block = tp->chain->block; in fl_hw_update_stats()
2427 struct tcf_block *block = tp->chain->block; in fl_reoffload()
2514 struct tcf_block *block = chain->block; in fl_hw_create_tmplt()
2540 struct tcf_block *block = chain->block; in fl_hw_destroy_tmplt()
A Dsch_fq_pie.c56 struct tcf_block *block;
A Dsch_cake.c201 struct tcf_block *block;
2965 static struct tcf_block *cake_tcf_block(struct Qdisc *sch, unsigned long cl, in cake_tcf_block()
3082 .tcf_block = cake_tcf_block,
A Dsch_generic.c1578 struct tcf_block *block) in mini_qdisc_pair_block_init()

Completed in 68 milliseconds