Home
last modified time | relevance | path

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

/linux-6.1.9/net/sched/
Dsch_tbf.c341 [TCA_TBF_RTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
342 [TCA_TBF_PTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
Dact_police.c28 [TCA_POLICE_RATE] = { .len = TC_RTAB_SIZE },
29 [TCA_POLICE_PEAKRATE] = { .len = TC_RTAB_SIZE },
Dsch_htb.c1018 [TCA_HTB_CTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
1019 [TCA_HTB_RTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
Dsch_cbq.c1046 [TCA_CBQ_RTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
Dsch_api.c418 nla_len(tab) != TC_RTAB_SIZE) { in qdisc_get_rtab()
/linux-6.1.9/tools/include/uapi/linux/
Dpkt_sched.h99 #define TC_RTAB_SIZE 1024 macro
/linux-6.1.9/include/uapi/linux/
Dpkt_sched.h100 #define TC_RTAB_SIZE 1024 macro