Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sched/
H A Dact_police.c26 static struct tc_action_ops act_police_ops; variable
90 &act_police_ops, bind, true, 0); in tcf_police_init()
381 static struct tc_action_ops act_police_ops = { variable
399 return tc_action_net_init(net, tn, &act_police_ops); in police_init_net()
416 return tcf_register_action(&act_police_ops, &police_net_ops); in police_init_module()
421 tcf_unregister_action(&act_police_ops, &police_net_ops); in police_cleanup_module()