Home
last modified time | relevance | path

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

/Linux-v5.10/net/sched/
Dact_ct.c558 static struct tc_action_ops act_ct_ops; variable
1253 &act_ct_ops, bind, flags); in tcf_ct_init()
1476 static struct tc_action_ops act_ct_ops = { variable
1502 return tc_action_net_init(net, &tn->tn, &act_ct_ops); in ct_init_net()
1540 err = tcf_register_action(&act_ct_ops, &ct_net_ops); in ct_init_module()
1555 tcf_unregister_action(&act_ct_ops, &ct_net_ops); in ct_cleanup_module()