Lines Matching defs:act_simp_ops
22 static struct tc_action_ops act_simp_ops;
92 struct tc_action_net *tn = net_generic(net, act_simp_ops.net_id);
132 &act_simp_ops, bind, false, flags);
201 static struct tc_action_ops act_simp_ops = {
215 struct tc_action_net *tn = net_generic(net, act_simp_ops.net_id);
217 return tc_action_net_init(net, tn, &act_simp_ops);
222 tc_action_net_exit(net_list, act_simp_ops.net_id);
228 .id = &act_simp_ops.net_id,
238 int ret = tcf_register_action(&act_simp_ops, &simp_net_ops);
246 tcf_unregister_action(&act_simp_ops, &simp_net_ops);