Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dact_simple.c22 static struct tc_action_ops act_simp_ops; variable
130 &act_simp_ops, bind, false); in tcf_simp_init()
218 static struct tc_action_ops act_simp_ops = { variable
235 return tc_action_net_init(net, tn, &act_simp_ops); in simp_init_net()
256 int ret = tcf_register_action(&act_simp_ops, &simp_net_ops); in simp_init_module()
264 tcf_unregister_action(&act_simp_ops, &simp_net_ops); in simp_cleanup_module()