Lines Matching refs:tc_ops
163 const struct tc_ops *ops;
196 struct tc_ops {
341 tc_init(struct tc *tc, const struct tc_ops *ops)
353 static const struct tc_ops tc_ops_htb;
354 static const struct tc_ops tc_ops_default;
356 static const struct tc_ops *const tcs[] = {
362 static const struct tc_ops *
365 const struct tc_ops *const *opsp;
368 const struct tc_ops *ops = *opsp;
429 const struct tc_ops *ops;
1623 const struct tc_ops *const *opsp;
1632 const struct tc_ops *ops = *opsp;
1646 const struct tc_ops *ops = tc_lookup_ovs_name(type);
1690 const struct tc_ops *new_ops;
2805 static const struct tc_ops tc_ops_htb = {
2861 static const struct tc_ops tc_ops_default = {