Searched refs:TCA_FLOWER_MAX (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | pkt_cls.h | 489 #define TCA_FLOWER_MAX (__TCA_FLOWER_MAX - 1) macro
|
/Linux-v4.19/net/sched/ |
D | cls_flower.c | 403 static const struct nla_policy fl_policy[TCA_FLOWER_MAX + 1] = { 1174 tb = kcalloc(TCA_FLOWER_MAX + 1, sizeof(struct nlattr *), GFP_KERNEL); in fl_change() 1178 err = nla_parse_nested(tb, TCA_FLOWER_MAX, tca[TCA_OPTIONS], in fl_change() 1408 tb = kcalloc(TCA_FLOWER_MAX + 1, sizeof(struct nlattr *), GFP_KERNEL); in fl_tmplt_create() 1411 err = nla_parse_nested(tb, TCA_FLOWER_MAX, tca[TCA_OPTIONS], in fl_tmplt_create()
|