Searched refs:act_police_ops (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/net/sched/ |
| D | act_police.c | 25 static struct tc_action_ops act_police_ops; variable 50 struct tc_action_net *tn = net_generic(net, act_police_ops.net_id); in tcf_police_init() 82 &act_police_ops, bind, true, flags); in tcf_police_init() 490 static struct tc_action_ops act_police_ops = { variable 505 struct tc_action_net *tn = net_generic(net, act_police_ops.net_id); in police_init_net() 507 return tc_action_net_init(net, tn, &act_police_ops); in police_init_net() 512 tc_action_net_exit(net_list, act_police_ops.net_id); in police_exit_net() 518 .id = &act_police_ops.net_id, 524 return tcf_register_action(&act_police_ops, &police_net_ops); in police_init_module() 529 tcf_unregister_action(&act_police_ops, &police_net_ops); in police_cleanup_module()
|