Searched refs:act_pedit_ops (Results 1 – 1 of 1) sorted by relevance
| /linux/net/sched/ |
| H A D | act_pedit.c | 31 static struct tc_action_ops act_pedit_ops; variable 164 struct tc_action_net *tn = net_generic(net, act_pedit_ops.net_id); in tcf_pedit_init() 200 &act_pedit_ops, bind, flags); in tcf_pedit_init() 652 static struct tc_action_ops act_pedit_ops = { variable 669 struct tc_action_net *tn = net_generic(net, act_pedit_ops.net_id); in pedit_init_net() 671 return tc_action_net_init(net, tn, &act_pedit_ops); in pedit_init_net() 676 tc_action_net_exit(net_list, act_pedit_ops.net_id); in pedit_exit_net() 682 .id = &act_pedit_ops.net_id, 692 return tcf_register_action(&act_pedit_ops, &pedit_net_ops); in pedit_init_module() 697 tcf_unregister_action(&act_pedit_ops, &pedit_net_ops); in pedit_cleanup_module()
|