Searched refs:TCA_POLICE_MAX (Results 1 – 2 of 2) sorted by relevance
101 struct rtattr *tb[TCA_POLICE_MAX]; in tcf_police_locate()104 if (rtattr_parse(tb, TCA_POLICE_MAX, RTA_DATA(rta), RTA_PAYLOAD(rta)) < 0) in tcf_police_locate()
32 #define TCA_POLICE_MAX (__TCA_POLICE_MAX - 1) macro