Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_police.c57 static struct tc_action_ops act_police_ops; variable
113 &act_police_ops, bind, false); in tcf_police_init()
327 static struct tc_action_ops act_police_ops = { variable
343 return tc_action_net_init(tn, &act_police_ops); in police_init_net()
360 return tcf_register_action(&act_police_ops, &police_net_ops); in police_init_module()
365 tcf_unregister_action(&act_police_ops, &police_net_ops); in police_cleanup_module()