Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sched/
H A Dact_sample.c27 static struct tc_action_ops act_sample_ops; variable
72 &act_sample_ops, bind, true, 0); in tcf_sample_init()
278 static struct tc_action_ops act_sample_ops = { variable
296 return tc_action_net_init(net, tn, &act_sample_ops); in sample_init_net()
313 return tcf_register_action(&act_sample_ops, &sample_net_ops); in sample_init_module()
318 tcf_unregister_action(&act_sample_ops, &sample_net_ops); in sample_cleanup_module()