Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dpkt_cls.h444 #define TCA_FLOWER_MAX (__TCA_FLOWER_MAX - 1) macro
/linux/include/uapi/linux/
H A Dpkt_cls.h566 #define TCA_FLOWER_MAX (__TCA_FLOWER_MAX - 1) macro
/linux/net/sched/
H A Dcls_flower.c630 static const struct nla_policy fl_policy[TCA_FLOWER_MAX + 1] = { in fl_get()
2381 tb = kzalloc_objs(struct nlattr *, TCA_FLOWER_MAX + 1); in fl_change()
2387 err = nla_parse_nested_deprecated(tb, TCA_FLOWER_MAX, in fl_change()
2814 tb = kzalloc_objs(struct nlattr *, TCA_FLOWER_MAX + 1); in fl_tmplt_create()
2817 err = nla_parse_nested_deprecated(tb, TCA_FLOWER_MAX, in fl_tmplt_create()