Home
last modified time | relevance | path

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

/linux-6.15/net/sched/
H A Dsch_tbf.c348 [TCA_TBF_RTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
349 [TCA_TBF_PTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
H A Dact_police.c30 [TCA_POLICE_RATE] = { .len = TC_RTAB_SIZE },
31 [TCA_POLICE_PEAKRATE] = { .len = TC_RTAB_SIZE },
H A Dsch_htb.c1025 [TCA_HTB_CTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
1026 [TCA_HTB_RTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
H A Dsch_api.c421 nla_len(tab) != TC_RTAB_SIZE) { in qdisc_get_rtab()
/linux-6.15/tools/include/uapi/linux/
H A Dpkt_sched.h99 #define TC_RTAB_SIZE 1024 macro
/linux-6.15/include/uapi/linux/
H A Dpkt_sched.h100 #define TC_RTAB_SIZE 1024 macro