Home
last modified time | relevance | path

Searched refs:TC_RTAB_SIZE (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/net/sched/
Dact_police.c108 [TCA_POLICE_RATE] = { .len = TC_RTAB_SIZE },
109 [TCA_POLICE_PEAKRATE] = { .len = TC_RTAB_SIZE },
Dsch_tbf.c306 [TCA_TBF_RTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
307 [TCA_TBF_PTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
Dsch_htb.c1005 [TCA_HTB_CTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
1006 [TCA_HTB_RTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
Dsch_api.c395 nla_len(tab) != TC_RTAB_SIZE) in qdisc_get_rtab()
Dsch_cbq.c1339 [TCA_CBQ_RTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
/linux-4.4.14/include/uapi/linux/
Dpkt_sched.h93 #define TC_RTAB_SIZE 1024 macro