Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/sched/
H 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()
493 static struct tc_action_ops act_police_ops = { variable
508 struct tc_action_net *tn = net_generic(net, act_police_ops.net_id); in police_init_net()
510 return tc_action_net_init(net, tn, &act_police_ops); in police_init_net()
515 tc_action_net_exit(net_list, act_police_ops.net_id); in police_exit_net()
521 .id = &act_police_ops.net_id,
527 return tcf_register_action(&act_police_ops, &police_net_ops); in police_init_module()
532 tcf_unregister_action(&act_police_ops, in police_cleanup_module()
[all...]
/kernel/linux/linux-5.10/net/sched/
H A Dact_police.c26 static struct tc_action_ops act_police_ops; variable
90 &act_police_ops, bind, true, flags); 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()

Completed in 2 milliseconds