Lines Matching refs:ops
24 const struct tc_action_ops *ops; member
128 const struct tc_action_ops *ops; member
133 const struct tc_action_ops *ops) in tc_action_net_init() argument
140 tn->ops = ops; in tc_action_net_init()
147 void tcf_idrinfo_destroy(const struct tc_action_ops *ops,
159 tcf_idrinfo_destroy(tn->ops, tn->idrinfo); in tc_action_net_exit()
167 const struct tc_action_ops *ops,
171 struct tc_action **a, const struct tc_action_ops *ops,
175 const struct tc_action_ops *ops, int bind,
183 int tcf_register_action(struct tc_action_ops *a, struct pernet_operations *ops);
185 struct pernet_operations *ops);
261 if (!a->ops->stats_update) in tcf_action_stats_update()
264 a->ops->stats_update(a, bytes, packets, drops, lastuse, hw); in tcf_action_stats_update()