Searched refs:act_sample_ops (Results 1 – 1 of 1) sorted by relevance
/linux/net/sched/ |
H A D | act_sample.c | 27 static struct tc_action_ops act_sample_ops; variable 41 struct tc_action_net *tn = net_generic(net, act_sample_ops.net_id); in tcf_sample_init() 73 &act_sample_ops, bind, true, flags); in tcf_sample_init() 318 static struct tc_action_ops act_sample_ops = { variable 335 struct tc_action_net *tn = net_generic(net, act_sample_ops.net_id); in sample_init_net() 337 return tc_action_net_init(net, tn, &act_sample_ops); in sample_init_net() 342 tc_action_net_exit(net_list, act_sample_ops.net_id); in sample_exit_net() 348 .id = &act_sample_ops.net_id, 354 return tcf_register_action(&act_sample_ops, &sample_net_ops); in sample_init_module() 359 tcf_unregister_action(&act_sample_ops, &sample_net_ops); in sample_cleanup_module()
|