Home
last modified time | relevance | path

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

/net/sched/
A Dact_police.c27 static struct tc_action_ops act_police_ops; variable
52 struct tc_action_net *tn = net_generic(net, act_police_ops.net_id); in tcf_police_init()
84 &act_police_ops, bind, true, flags); in tcf_police_init()
491 static struct tc_action_ops act_police_ops = { variable
507 struct tc_action_net *tn = net_generic(net, act_police_ops.net_id); in police_init_net()
509 return tc_action_net_init(net, tn, &act_police_ops); in police_init_net()
514 tc_action_net_exit(net_list, act_police_ops.net_id); in police_exit_net()
520 .id = &act_police_ops.net_id,
526 return tcf_register_action(&act_police_ops, &police_net_ops); in police_init_module()
531 tcf_unregister_action(&act_police_ops, &police_net_ops); in police_cleanup_module()

Completed in 4 milliseconds