Searched refs:act_skbedit_ops (Results 1 – 1 of 1) sorted by relevance
| /linux/net/sched/ |
| H A D | act_skbedit.c | 24 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() 226 &act_skbedit_ops, bind, true, act_flags); in tcf_skbedit_init() 418 static struct tc_action_ops act_skbedit_ops = { variable 435 struct tc_action_net *tn = net_generic(net, act_skbedit_ops.net_id); in skbedit_init_net() 437 return tc_action_net_init(net, tn, &act_skbedit_ops); in skbedit_init_net() 442 tc_action_net_exit(net_list, act_skbedit_ops.net_id); in skbedit_exit_net() 448 .id = &act_skbedit_ops.net_id, 458 return tcf_register_action(&act_skbedit_ops, &skbedit_net_ops); in skbedit_init_module() 463 tcf_unregister_action(&act_skbedit_ops, &skbedit_net_ops); in skbedit_cleanup_module()
|