/linux-5.19.10/include/net/ |
D | pkt_cls.h | 36 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, 63 static inline bool tcf_block_shared(struct tcf_block *block) in tcf_block_shared() 68 static inline bool tcf_block_non_null_shared(struct tcf_block *block) in tcf_block_non_null_shared() [all …]
|
D | sch_generic.h | 261 struct tcf_block * (*tcf_block)(struct Qdisc *sch, member 445 struct tcf_block *block; 456 struct tcf_block { struct 1286 struct tcf_block *block; 1314 struct tcf_block *block);
|
/linux-5.19.10/net/sched/ |
D | cls_api.c | 78 struct tcf_block *block = chain->block; in tcf_proto_signal_destroying() 117 struct tcf_block *block = chain->block; in tcf_proto_signal_destroyed() 365 static struct tcf_chain *tcf_chain_create(struct tcf_block *block, in tcf_chain_create() 396 struct tcf_block *block = chain->block; in tcf_chain0_head_change() 411 struct tcf_block *block = chain->block; in tcf_chain_detach() 426 static void tcf_block_destroy(struct tcf_block *block) in tcf_block_destroy() 435 struct tcf_block *block = chain->block; in tcf_chain_destroy() 460 static struct tcf_chain *tcf_chain_lookup(struct tcf_block *block, in tcf_chain_lookup() 475 static struct tcf_chain *tcf_chain_lookup_rcu(const struct tcf_block *block, in tcf_chain_lookup_rcu() 491 static struct tcf_chain *__tcf_chain_get(struct tcf_block *block, in __tcf_chain_get() [all …]
|
D | sch_ingress.c | 18 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,
|
D | cls_matchall.c | 72 struct tcf_block *block = tp->chain->block; in mall_destroy_hw_filter() 88 struct tcf_block *block = tp->chain->block; in mall_replace_hw_filter() 287 struct tcf_block *block = tp->chain->block; in mall_reoffload() 327 struct tcf_block *block = tp->chain->block; in mall_stats_hw_filter()
|
D | sch_multiq.c | 24 struct tcf_block *block; 369 static struct tcf_block *multiq_tcf_block(struct Qdisc *sch, unsigned long cl, in multiq_tcf_block() 384 .tcf_block = multiq_tcf_block,
|
D | sch_prio.c | 24 struct tcf_block *block; 393 static struct tcf_block *prio_tcf_block(struct Qdisc *sch, unsigned long cl, in prio_tcf_block() 408 .tcf_block = prio_tcf_block,
|
D | sch_drr.c | 35 struct tcf_block *block; 172 static struct tcf_block *drr_tcf_block(struct Qdisc *sch, unsigned long cl, in drr_tcf_block() 469 .tcf_block = drr_tcf_block,
|
D | sch_dsmark.c | 48 struct tcf_block *block; 192 static struct tcf_block *dsmark_tcf_block(struct Qdisc *sch, unsigned long cl, in dsmark_tcf_block() 489 .tcf_block = dsmark_tcf_block,
|
D | sch_sfb.c | 55 struct tcf_block *block; 673 static struct tcf_block *sfb_tcf_block(struct Qdisc *sch, unsigned long cl, in sfb_tcf_block() 697 .tcf_block = sfb_tcf_block,
|
D | sch_atm.c | 48 struct tcf_block *block; 366 static struct tcf_block *atm_tc_tcf_block(struct Qdisc *sch, unsigned long cl, in atm_tc_tcf_block() 675 .tcf_block = atm_tc_tcf_block,
|
D | cls_u32.c | 321 struct tcf_block *block = tp->chain->block; in tc_u_common_ptr() 478 struct tcf_block *block = tp->chain->block; in u32_clear_hw_hnode() 493 struct tcf_block *block = tp->chain->block; in u32_replace_hw_hnode() 522 struct tcf_block *block = tp->chain->block; in u32_remove_hw_knode() 537 struct tcf_block *block = tp->chain->block; in u32_replace_hw_knode() 1178 struct tcf_block *block = tp->chain->block; in u32_reoffload_knode()
|
D | cls_bpf.c | 147 struct tcf_block *block = tp->chain->block; in cls_bpf_offload_cmd() 228 struct tcf_block *block = tp->chain->block; in cls_bpf_offload_update_stats() 668 struct tcf_block *block = tp->chain->block; in cls_bpf_reoffload()
|
D | sch_fq_codel.c | 52 struct tcf_block *block; 617 static struct tcf_block *fq_codel_tcf_block(struct Qdisc *sch, unsigned long cl, in fq_codel_tcf_block() 706 .tcf_block = fq_codel_tcf_block,
|
D | sch_ets.c | 51 struct tcf_block *block; 356 static struct tcf_block * 810 .tcf_block = ets_qdisc_tcf_block,
|
D | sch_sfq.c | 125 struct tcf_block *block; 845 static struct tcf_block *sfq_tcf_block(struct Qdisc *sch, unsigned long cl, in sfq_tcf_block() 907 .tcf_block = sfq_tcf_block,
|
D | sch_qfq.c | 181 struct tcf_block *block; 556 static struct tcf_block *qfq_tcf_block(struct Qdisc *sch, unsigned long cl, in qfq_tcf_block() 1487 .tcf_block = qfq_tcf_block,
|
D | sch_hfsc.c | 118 struct tcf_block *block; 1240 static struct tcf_block *hfsc_tcf_block(struct Qdisc *sch, unsigned long arg, in hfsc_tcf_block() 1655 .tcf_block = hfsc_tcf_block,
|
D | sch_api.c | 157 if (cops->tcf_block && !(cops->bind_tcf && cops->unbind_tcf)) in register_qdisc() 1929 struct tcf_block *block; in tc_bind_class_walker() 1932 block = cops->tcf_block(q, cl, NULL); in tc_bind_class_walker() 1961 if (!cops->tcf_block) in tc_bind_tclass()
|
D | sch_htb.c | 104 struct tcf_block *block; 157 struct tcf_block *block; 2097 static struct tcf_block *htb_tcf_block(struct Qdisc *sch, unsigned long arg, in htb_tcf_block() 2166 .tcf_block = htb_tcf_block,
|
D | sch_cbq.c | 125 struct tcf_block *block; 1714 static struct tcf_block *cbq_tcf_block(struct Qdisc *sch, unsigned long arg, in cbq_tcf_block() 1781 .tcf_block = cbq_tcf_block,
|
D | cls_flower.c | 435 struct tcf_block *block = tp->chain->block; in fl_hw_destroy_filter() 451 struct tcf_block *block = tp->chain->block; in fl_hw_replace_filter() 495 struct tcf_block *block = tp->chain->block; in fl_hw_update_stats() 2354 struct tcf_block *block = tp->chain->block; in fl_reoffload() 2441 struct tcf_block *block = chain->block; in fl_hw_create_tmplt() 2467 struct tcf_block *block = chain->block; in fl_hw_destroy_tmplt()
|
D | sch_fq_pie.c | 56 struct tcf_block *block;
|
D | sch_cake.c | 201 struct tcf_block *block; 2964 static struct tcf_block *cake_tcf_block(struct Qdisc *sch, unsigned long cl, in cake_tcf_block() 3084 .tcf_block = cake_tcf_block,
|
D | sch_generic.c | 1582 struct tcf_block *block) in mini_qdisc_pair_block_init()
|