Lines Matching refs:ops
24 const struct tc_action_ops *ops; member
127 const struct tc_action_ops *ops; member
132 const struct tc_action_ops *ops, unsigned int mask) in tc_action_net_init() argument
139 tn->ops = ops; in tc_action_net_init()
146 void tcf_hashinfo_destroy(const struct tc_action_ops *ops,
151 tcf_hashinfo_destroy(tn->ops, tn->hinfo); in tc_action_net_exit()
157 const struct tc_action_ops *ops);
163 struct tc_action **a, const struct tc_action_ops *ops, int bind,
175 int tcf_register_action(struct tc_action_ops *a, struct pernet_operations *ops);
177 struct pernet_operations *ops);
198 if (!a->ops->stats_update) in tcf_action_stats_update()
201 a->ops->stats_update(a, bytes, packets, lastuse); in tcf_action_stats_update()