Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/include/uapi/linux/
A Dpkt_cls.h491 #define TCA_FLOWER_MAX (__TCA_FLOWER_MAX - 1) macro
/linux-6.3-rc2/include/uapi/linux/
A Dpkt_cls.h600 #define TCA_FLOWER_MAX (__TCA_FLOWER_MAX - 1) macro
/linux-6.3-rc2/net/sched/
A Dcls_flower.c617 static const struct nla_policy fl_policy[TCA_FLOWER_MAX + 1] = {
2175 tb = kcalloc(TCA_FLOWER_MAX + 1, sizeof(struct nlattr *), GFP_KERNEL); in fl_change()
2181 err = nla_parse_nested_deprecated(tb, TCA_FLOWER_MAX, in fl_change()
2560 tb = kcalloc(TCA_FLOWER_MAX + 1, sizeof(struct nlattr *), GFP_KERNEL); in fl_tmplt_create()
2563 err = nla_parse_nested_deprecated(tb, TCA_FLOWER_MAX, in fl_tmplt_create()

Completed in 22 milliseconds