Lines Matching defs:act_mirred_ops
90 static struct tc_action_ops act_mirred_ops;
97 struct tc_action_net *tn = net_generic(net, act_mirred_ops.net_id);
151 &act_mirred_ops, bind, flags);
503 static struct tc_action_ops act_mirred_ops = {
520 struct tc_action_net *tn = net_generic(net, act_mirred_ops.net_id);
522 return tc_action_net_init(net, tn, &act_mirred_ops);
527 tc_action_net_exit(net_list, act_mirred_ops.net_id);
533 .id = &act_mirred_ops.net_id,
548 err = tcf_register_action(&act_mirred_ops, &mirred_net_ops);
557 tcf_unregister_action(&act_mirred_ops, &mirred_net_ops);