Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_simple.c28 static struct tc_action_ops act_simp_ops; variable
120 &act_simp_ops, bind, false); in tcf_simp_init()
199 static struct tc_action_ops act_simp_ops = { variable
216 return tc_action_net_init(tn, &act_simp_ops); in simp_init_net()
237 int ret = tcf_register_action(&act_simp_ops, &simp_net_ops); in simp_init_module()
245 tcf_unregister_action(&act_simp_ops, &simp_net_ops); in simp_cleanup_module()