Home
last modified time | relevance | path

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

/Linux-v6.6/tools/include/uapi/linux/
Dpkt_cls.h491 #define TCA_FLOWER_MAX (__TCA_FLOWER_MAX - 1) macro
/Linux-v6.6/include/uapi/linux/
Dpkt_cls.h607 #define TCA_FLOWER_MAX (__TCA_FLOWER_MAX - 1) macro
/Linux-v6.6/net/sched/
Dcls_flower.c623 static const struct nla_policy fl_policy[TCA_FLOWER_MAX + 1] = {
2255 tb = kcalloc(TCA_FLOWER_MAX + 1, sizeof(struct nlattr *), GFP_KERNEL); in fl_change()
2261 err = nla_parse_nested_deprecated(tb, TCA_FLOWER_MAX, in fl_change()
2682 tb = kcalloc(TCA_FLOWER_MAX + 1, sizeof(struct nlattr *), GFP_KERNEL); in fl_tmplt_create()
2685 err = nla_parse_nested_deprecated(tb, TCA_FLOWER_MAX, in fl_tmplt_create()