Home
last modified time | relevance | path

Searched refs:tcf_em_tree_validate (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/sched/
H A Dematch.c305 int tcf_em_tree_validate(struct tcf_proto *tp, struct nlattr *nla, in tcf_em_tree_validate() function
389 EXPORT_SYMBOL(tcf_em_tree_validate);
H A Dcls_cgroup.c118 err = tcf_em_tree_validate(tp, tb[TCA_CGROUP_EMATCHES], &new->ematches); in cls_cgroup_change()
H A Dcls_basic.c159 err = tcf_em_tree_validate(tp, tb[TCA_BASIC_EMATCHES], &f->ematches); in basic_set_parms()
H A Dcls_flow.c439 err = tcf_em_tree_validate(tp, tb[TCA_FLOW_EMATCHES], &fnew->ematches); in flow_change()
/openbmc/linux/include/net/
H A Dpkt_cls.h475 int tcf_em_tree_validate(struct tcf_proto *, struct nlattr *,
513 #define tcf_em_tree_validate(tp, tb, t) ((void)(t), 0) macro