Searched refs:tcf_exts_init_ex (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | pkt_cls.h | 62 int tcf_exts_init_ex(struct tcf_exts *exts, struct net *net, int action, 247 return tcf_exts_init_ex(exts, net, action, police, NULL, 0, false); in tcf_exts_init()
|
/linux-6.3-rc2/net/sched/ |
A D | cls_api.c | 3205 int tcf_exts_init_ex(struct tcf_exts *exts, struct net *net, int action, in tcf_exts_init_ex() function 3240 EXPORT_SYMBOL(tcf_exts_init_ex);
|
A D | cls_flower.c | 2237 err = tcf_exts_init_ex(&fnew->exts, net, TCA_FLOWER_ACT, 0, tp, handle, in fl_change()
|
Completed in 19 milliseconds