Searched refs:act_skbedit_ops (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_skbedit.c | 24 static struct tc_action_ops act_skbedit_ops; variable 122 struct tc_action_net *tn = net_generic(net, act_skbedit_ops.net_id); in tcf_skbedit_init() 224 &act_skbedit_ops, bind, true, act_flags); in tcf_skbedit_init() 416 static struct tc_action_ops act_skbedit_ops = { variable 432 struct tc_action_net *tn = net_generic(net, act_skbedit_ops.net_id); in skbedit_init_net() 434 return tc_action_net_init(net, tn, &act_skbedit_ops); in skbedit_init_net() 439 tc_action_net_exit(net_list, act_skbedit_ops.net_id); in skbedit_exit_net() 445 .id = &act_skbedit_ops.net_id, 455 return tcf_register_action(&act_skbedit_ops, &skbedit_net_ops); in skbedit_init_module() 460 tcf_unregister_action(&act_skbedit_ops, in skbedit_cleanup_module() [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_skbedit.c | 24 static struct tc_action_ops act_skbedit_ops; variable 179 &act_skbedit_ops, bind, true, act_flags); in tcf_skbedit_init() 330 static struct tc_action_ops act_skbedit_ops = { variable 349 return tc_action_net_init(net, tn, &act_skbedit_ops); in skbedit_init_net() 370 return tcf_register_action(&act_skbedit_ops, &skbedit_net_ops); in skbedit_init_module() 375 tcf_unregister_action(&act_skbedit_ops, &skbedit_net_ops); in skbedit_cleanup_module()
|
Completed in 2 milliseconds