Searched refs:TC_RTAB_SIZE (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | sch_tbf.c | 348 [TCA_TBF_RTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE }, 349 [TCA_TBF_PTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
|
H A D | act_police.c | 30 [TCA_POLICE_RATE] = { .len = TC_RTAB_SIZE }, 31 [TCA_POLICE_PEAKRATE] = { .len = TC_RTAB_SIZE },
|
H A D | sch_htb.c | 1024 [TCA_HTB_CTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE }, 1025 [TCA_HTB_RTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
|
H A D | sch_api.c | 420 nla_len(tab) != TC_RTAB_SIZE) { in qdisc_get_rtab()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | pkt_sched.h | 99 #define TC_RTAB_SIZE 1024 macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | pkt_sched.h | 100 #define TC_RTAB_SIZE 1024 macro
|