Home
last modified time | relevance | path

Searched refs:tcf_block_get_ext (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/sched/
Dsch_ingress.c94 return tcf_block_get_ext(&q->block, sch, &q->block_info, extack); in ingress_init()
227 err = tcf_block_get_ext(&q->ingress_block, sch, &q->ingress_block_info, in clsact_init()
238 return tcf_block_get_ext(&q->egress_block, sch, &q->egress_block_info, extack); in clsact_init()
Dcls_api.c663 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q, in tcf_block_get_ext() function
723 EXPORT_SYMBOL(tcf_block_get_ext);
742 return tcf_block_get_ext(p_block, q, &ei, extack); in tcf_block_get()
/Linux-v4.19/include/net/
Dpkt_cls.h50 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q,
103 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q, in tcf_block_get_ext() function