Searched refs:act_gact_ops (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_gact.c | 23 static struct tc_action_ops act_gact_ops; variable 58 struct tc_action_net *tn = net_generic(net, act_gact_ops.net_id); in tcf_gact_init() 103 &act_gact_ops, bind, flags); in tcf_gact_init() 287 static struct tc_action_ops act_gact_ops = { variable 302 struct tc_action_net *tn = net_generic(net, act_gact_ops.net_id); in gact_init_net() 304 return tc_action_net_init(net, tn, &act_gact_ops); in gact_init_net() 309 tc_action_net_exit(net_list, act_gact_ops.net_id); in gact_exit_net() 315 .id = &act_gact_ops.net_id, 331 return tcf_register_action(&act_gact_ops, &gact_net_ops); in gact_init_module() 336 tcf_unregister_action(&act_gact_ops, in gact_cleanup_module() [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_gact.c | 23 static struct tc_action_ops act_gact_ops; variable 103 &act_gact_ops, bind, flags); in tcf_gact_init() 255 static struct tc_action_ops act_gact_ops = { variable 273 return tc_action_net_init(net, tn, &act_gact_ops); in gact_init_net() 300 return tcf_register_action(&act_gact_ops, &gact_net_ops); in gact_init_module() 305 tcf_unregister_action(&act_gact_ops, &gact_net_ops); in gact_cleanup_module()
|
Completed in 2 milliseconds