Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_sample.c332 static struct pernet_operations sample_net_ops = { variable
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()