Searched refs:act_gact_ops (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/net/sched/ |
| D | act_gact.c | 22 static struct tc_action_ops act_gact_ops; variable 57 struct tc_action_net *tn = net_generic(net, act_gact_ops.net_id); in tcf_gact_init() 102 &act_gact_ops, bind, flags); in tcf_gact_init() 285 static struct tc_action_ops act_gact_ops = { variable 300 struct tc_action_net *tn = net_generic(net, act_gact_ops.net_id); in gact_init_net() 302 return tc_action_net_init(net, tn, &act_gact_ops); in gact_init_net() 307 tc_action_net_exit(net_list, act_gact_ops.net_id); in gact_exit_net() 313 .id = &act_gact_ops.net_id, 329 return tcf_register_action(&act_gact_ops, &gact_net_ops); in gact_init_module() 334 tcf_unregister_action(&act_gact_ops, &gact_net_ops); in gact_cleanup_module()
|