Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_simple.c22 static struct tc_action_ops act_simp_ops; variable
93 struct tc_action_net *tn = net_generic(net, act_simp_ops.net_id); in tcf_simp_init()
133 &act_simp_ops, bind, false, flags); in tcf_simp_init()
202 static struct tc_action_ops act_simp_ops = { variable
215 struct tc_action_net *tn = net_generic(net, act_simp_ops.net_id); in simp_init_net()
217 return tc_action_net_init(net, tn, &act_simp_ops); in simp_init_net()
222 tc_action_net_exit(net_list, act_simp_ops.net_id); in simp_exit_net()
228 .id = &act_simp_ops.net_id,
238 int ret = tcf_register_action(&act_simp_ops, &simp_net_ops); in simp_init_module()
246 tcf_unregister_action(&act_simp_ops, &simp_net_ops); in simp_cleanup_module()