Lines Matching refs:act_pedit_ops
28 static struct tc_action_ops act_pedit_ops;
161 struct tc_action_net *tn = net_generic(net, act_pedit_ops.net_id);
197 &act_pedit_ops, bind, flags);
611 static struct tc_action_ops act_pedit_ops = {
626 struct tc_action_net *tn = net_generic(net, act_pedit_ops.net_id);
628 return tc_action_net_init(net, tn, &act_pedit_ops);
633 tc_action_net_exit(net_list, act_pedit_ops.net_id);
639 .id = &act_pedit_ops.net_id,
649 return tcf_register_action(&act_pedit_ops, &pedit_net_ops);
654 tcf_unregister_action(&act_pedit_ops, &pedit_net_ops);