Home
last modified time | relevance | path

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

/Linux-v5.10/net/sched/
Dact_police.c39 [TCA_POLICE_RATE] = { .len = TC_RTAB_SIZE },
40 [TCA_POLICE_PEAKRATE] = { .len = TC_RTAB_SIZE },
Dsch_tbf.c329 [TCA_TBF_RTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
330 [TCA_TBF_PTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
Dsch_htb.c978 [TCA_HTB_CTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
979 [TCA_HTB_RTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
Dsch_cbq.c1126 [TCA_CBQ_RTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
Dsch_api.c416 nla_len(tab) != TC_RTAB_SIZE) { in qdisc_get_rtab()
/Linux-v5.10/tools/include/uapi/linux/
Dpkt_sched.h99 #define TC_RTAB_SIZE 1024 macro
/Linux-v5.10/include/uapi/linux/
Dpkt_sched.h100 #define TC_RTAB_SIZE 1024 macro