Searched refs:act_skbedit_ops (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/net/sched/ |
| D | act_skbedit.c | 23 static struct tc_action_ops act_skbedit_ops; variable 120 struct tc_action_net *tn = net_generic(net, act_skbedit_ops.net_id); in tcf_skbedit_init() 217 &act_skbedit_ops, bind, true, act_flags); in tcf_skbedit_init() 404 static struct tc_action_ops act_skbedit_ops = { variable 420 struct tc_action_net *tn = net_generic(net, act_skbedit_ops.net_id); in skbedit_init_net() 422 return tc_action_net_init(net, tn, &act_skbedit_ops); in skbedit_init_net() 427 tc_action_net_exit(net_list, act_skbedit_ops.net_id); in skbedit_exit_net() 433 .id = &act_skbedit_ops.net_id, 443 return tcf_register_action(&act_skbedit_ops, &skbedit_net_ops); in skbedit_init_module() 448 tcf_unregister_action(&act_skbedit_ops, &skbedit_net_ops); in skbedit_cleanup_module()
|