Searched refs:TC_RTAB_SIZE (Results 1 – 3 of 3) sorted by relevance
348 [TCA_TBF_RTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },349 [TCA_TBF_PTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
420 nla_len(tab) != TC_RTAB_SIZE) { in qdisc_get_rtab()
99 #define TC_RTAB_SIZE 1024 macro