Searched refs:TC_RTAB_SIZE (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/sched/ |
D | act_police.c | 108 [TCA_POLICE_RATE] = { .len = TC_RTAB_SIZE }, 109 [TCA_POLICE_PEAKRATE] = { .len = TC_RTAB_SIZE },
|
D | sch_tbf.c | 306 [TCA_TBF_RTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE }, 307 [TCA_TBF_PTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
|
D | sch_htb.c | 1005 [TCA_HTB_CTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE }, 1006 [TCA_HTB_RTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
|
D | sch_api.c | 395 nla_len(tab) != TC_RTAB_SIZE) in qdisc_get_rtab()
|
D | sch_cbq.c | 1339 [TCA_CBQ_RTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
|
/linux-4.4.14/include/uapi/linux/ |
D | pkt_sched.h | 93 #define TC_RTAB_SIZE 1024 macro
|