Lines Matching refs:act_police_ops
27 static struct tc_action_ops act_police_ops;
52 struct tc_action_net *tn = net_generic(net, act_police_ops.net_id);
84 &act_police_ops, bind, true, flags);
493 static struct tc_action_ops act_police_ops = {
508 struct tc_action_net *tn = net_generic(net, act_police_ops.net_id);
510 return tc_action_net_init(net, tn, &act_police_ops);
515 tc_action_net_exit(net_list, act_police_ops.net_id);
521 .id = &act_police_ops.net_id,
527 return tcf_register_action(&act_police_ops, &police_net_ops);
532 tcf_unregister_action(&act_police_ops, &police_net_ops);