Lines Matching defs:act_xt_ops
30 static struct tc_action_ops act_xt_ops;
230 return __tcf_ipt_init(net, act_xt_ops.net_id, nla, est,
231 a, &act_xt_ops, tp, flags);
404 static struct tc_action_ops act_xt_ops = {
417 struct tc_action_net *tn = net_generic(net, act_xt_ops.net_id);
419 return tc_action_net_init(net, tn, &act_xt_ops);
424 tc_action_net_exit(net_list, act_xt_ops.net_id);
430 .id = &act_xt_ops.net_id,
443 ret1 = tcf_register_action(&act_xt_ops, &xt_net_ops);
460 tcf_unregister_action(&act_xt_ops, &xt_net_ops);