Lines Matching refs:act_ctinfo_ops
28 static struct tc_action_ops act_ctinfo_ops;
161 struct tc_action_net *tn = net_generic(net, act_ctinfo_ops.net_id);
216 &act_ctinfo_ops, bind, flags);
356 static struct tc_action_ops act_ctinfo_ops = {
369 struct tc_action_net *tn = net_generic(net, act_ctinfo_ops.net_id);
371 return tc_action_net_init(net, tn, &act_ctinfo_ops);
376 tc_action_net_exit(net_list, act_ctinfo_ops.net_id);
382 .id = &act_ctinfo_ops.net_id,
388 return tcf_register_action(&act_ctinfo_ops, &ctinfo_net_ops);
393 tcf_unregister_action(&act_ctinfo_ops, &ctinfo_net_ops);