Home
last modified time | relevance | path

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

/Linux-v5.15/net/sched/
Dact_simple.c22 static struct tc_action_ops act_simp_ops; variable
131 &act_simp_ops, bind, false, 0); in tcf_simp_init()
217 static struct tc_action_ops act_simp_ops = { variable
234 return tc_action_net_init(net, tn, &act_simp_ops); in simp_init_net()
255 int ret = tcf_register_action(&act_simp_ops, &simp_net_ops); in simp_init_module()
263 tcf_unregister_action(&act_simp_ops, &simp_net_ops); in simp_cleanup_module()