Searched refs:htb_policy (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_htb.c | 976 static const struct nla_policy htb_policy[TCA_HTB_MAX + 1] = { variable 1014 err = nla_parse_nested_deprecated(tb, TCA_HTB_MAX, opt, htb_policy, in htb_init() 1315 err = nla_parse_nested_deprecated(tb, TCA_HTB_MAX, opt, htb_policy, in htb_change_class()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_htb.c | 1021 static const struct nla_policy htb_policy[TCA_HTB_MAX + 1] = { variable 1076 err = nla_parse_nested_deprecated(tb, TCA_HTB_MAX, opt, htb_policy, in htb_init() 1789 err = nla_parse_nested_deprecated(tb, TCA_HTB_MAX, opt, htb_policy, in htb_change_class()
|
Completed in 6 milliseconds