Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dsch_generic.h384 struct tcf_exts * (*get_exts)(const struct tcf_proto *tp, member
/openbmc/linux/net/sched/
H A Dcls_api.c84 if (WARN_ON(!handle || !tp->ops->get_exts)) in tcf_exts_miss_cookie_base_alloc()
1690 !tp->ops->get_exts)) in __tcf_classify()
1693 exts = tp->ops->get_exts(tp, n->handle); in __tcf_classify()
H A Dcls_flower.c3659 .get_exts = fl_get_exts,