Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_police.c70 [TCA_POLICE_RATE] = { .len = TC_RTAB_SIZE },
71 [TCA_POLICE_PEAKRATE] = { .len = TC_RTAB_SIZE },
Dsch_tbf.c288 [TCA_TBF_RTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
289 [TCA_TBF_PTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
Dsch_htb.c995 [TCA_HTB_CTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
996 [TCA_HTB_RTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
Dsch_cbq.c1131 [TCA_CBQ_RTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
Dsch_api.c402 nla_len(tab) != TC_RTAB_SIZE) { in qdisc_get_rtab()
/Linux-v4.19/include/uapi/linux/
Dpkt_sched.h99 #define TC_RTAB_SIZE 1024 macro