Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dact_sample.c26 static struct tc_action_ops act_sample_ops; variable
40 struct tc_action_net *tn = net_generic(net, act_sample_ops.net_id); in tcf_sample_init()
72 &act_sample_ops, bind, true, flags); in tcf_sample_init()
297 static struct tc_action_ops act_sample_ops = { variable
313 struct tc_action_net *tn = net_generic(net, act_sample_ops.net_id); in sample_init_net()
315 return tc_action_net_init(net, tn, &act_sample_ops); in sample_init_net()
320 tc_action_net_exit(net_list, act_sample_ops.net_id); in sample_exit_net()
326 .id = &act_sample_ops.net_id,
332 return tcf_register_action(&act_sample_ops, &sample_net_ops); in sample_init_module()
337 tcf_unregister_action(&act_sample_ops, &sample_net_ops); in sample_cleanup_module()