Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_ingress.c103 err = tcf_block_get_ext(&q->block, sch, &q->block_info, extack); in ingress_init()
268 err = tcf_block_get_ext(&q->ingress_block, sch, &q->ingress_block_info, in clsact_init()
287 return tcf_block_get_ext(&q->egress_block, sch, &q->egress_block_info, extack); in clsact_init()
H A Dcls_api.c1425 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q, in tcf_block_get_ext() function
1474 EXPORT_SYMBOL(tcf_block_get_ext);
1493 return tcf_block_get_ext(p_block, q, &ei, extack); in tcf_block_get()
3869 return tcf_block_get_ext(&qe->block, sch, &qe->info, extack); in tcf_qevent_init()
/openbmc/linux/include/net/
H A Dpkt_cls.h56 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q,
119 int tcf_block_get_ext(struct tcf_block **p_block, struct Qdisc *q, in tcf_block_get_ext() function