Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_gact.c27 static struct tc_action_ops act_gact_ops; variable
97 &act_gact_ops, bind, true); in tcf_gact_init()
246 static struct tc_action_ops act_gact_ops = { variable
264 return tc_action_net_init(tn, &act_gact_ops); in gact_init_net()
291 return tcf_register_action(&act_gact_ops, &gact_net_ops); in gact_init_module()
296 tcf_unregister_action(&act_gact_ops, &gact_net_ops); in gact_cleanup_module()