Searched refs:act_simp_ops (Results 1 – 1 of 1) sorted by relevance
/linux/net/sched/ |
H A D | act_simple.c | 22 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 216 struct tc_action_net *tn = net_generic(net, act_simp_ops.net_id); in simp_init_net() 218 return tc_action_net_init(net, tn, &act_simp_ops); in simp_init_net() 223 tc_action_net_exit(net_list, act_simp_ops.net_id); in simp_exit_net() 229 .id = &act_simp_ops.net_id, 239 int ret = tcf_register_action(&act_simp_ops, &simp_net_ops); in simp_init_module() 247 tcf_unregister_action(&act_simp_ops, &simp_net_ops); in simp_cleanup_module()
|