Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dpkt_cls.h62 int tcf_exts_init_ex(struct tcf_exts *exts, struct net *net, int action,
234 return tcf_exts_init_ex(exts, net, action, police, NULL, 0, false); in tcf_exts_init()
/openbmc/linux/net/sched/
H A Dcls_api.c3214 int tcf_exts_init_ex(struct tcf_exts *exts, struct net *net, int action, in tcf_exts_init_ex() function
3253 EXPORT_SYMBOL(tcf_exts_init_ex);
H A Dcls_flower.c2318 err = tcf_exts_init_ex(&fnew->exts, net, TCA_FLOWER_ACT, 0, tp, handle, in fl_change()