Home
last modified time | relevance | path

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

/Linux-v5.10/net/sched/
Dact_sample.c304 static struct pernet_operations sample_net_ops = { variable
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()