Lines Matching refs:act_ipt_ops
29 static struct tc_action_ops act_ipt_ops;
221 return __tcf_ipt_init(net, act_ipt_ops.net_id, nla, est,
222 a, &act_ipt_ops, tp, flags);
374 static struct tc_action_ops act_ipt_ops = {
387 struct tc_action_net *tn = net_generic(net, act_ipt_ops.net_id);
389 return tc_action_net_init(net, tn, &act_ipt_ops);
394 tc_action_net_exit(net_list, act_ipt_ops.net_id);
400 .id = &act_ipt_ops.net_id,
447 ret2 = tcf_register_action(&act_ipt_ops, &ipt_net_ops);
459 tcf_unregister_action(&act_ipt_ops, &ipt_net_ops);