Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dact_sample.c27 static struct tc_action_ops act_sample_ops; variable
72 &act_sample_ops, bind, true); in tcf_sample_init()
282 static struct tc_action_ops act_sample_ops = { variable
300 return tc_action_net_init(net, tn, &act_sample_ops); in sample_init_net()
317 return tcf_register_action(&act_sample_ops, &sample_net_ops); in sample_init_module()
322 tcf_unregister_action(&act_sample_ops, &sample_net_ops); in sample_cleanup_module()