Home
last modified time | relevance | path

Searched refs:act_police_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/net/sched/
Dact_police.c26 static struct tc_action_ops act_police_ops; variable
93 &act_police_ops, bind, true, 0); in tcf_police_init()
412 static struct tc_action_ops act_police_ops = { variable
430 return tc_action_net_init(net, tn, &act_police_ops); in police_init_net()
447 return tcf_register_action(&act_police_ops, &police_net_ops); in police_init_module()
452 tcf_unregister_action(&act_police_ops, &police_net_ops); in police_cleanup_module()