Home
last modified time | relevance | path

Searched refs:TCA_BASIC_MAX (Results 1 – 2 of 2) sorted by relevance

/third_party/libnl/lib/route/cls/
Dbasic.c48 static struct nla_policy basic_policy[TCA_BASIC_MAX+1] = {
72 struct nlattr *tb[TCA_BASIC_MAX + 1]; in basic_msg_parser()
76 err = tca_parse(tb, TCA_BASIC_MAX, tc, basic_policy); in basic_msg_parser()
/third_party/libnl/include/linux-private/linux/
Dpkt_cls.h345 #define TCA_BASIC_MAX (__TCA_BASIC_MAX - 1) macro