Searched refs:act_sample_ops (Results 1 – 1 of 1) sorted by relevance
/openbmc/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() 306 static struct tc_action_ops act_sample_ops = { variable 322 struct tc_action_net *tn = net_generic(net, act_sample_ops.net_id); in sample_init_net() 324 return tc_action_net_init(net, tn, &act_sample_ops); in sample_init_net() 329 tc_action_net_exit(net_list, act_sample_ops.net_id); in sample_exit_net() 335 .id = &act_sample_ops.net_id, 341 return tcf_register_action(&act_sample_ops, &sample_net_ops); in sample_init_module() 346 tcf_unregister_action(&act_sample_ops, &sample_net_ops); in sample_cleanup_module()
|