Lines Matching defs:act_sample_ops
27 static struct tc_action_ops act_sample_ops;
41 struct tc_action_net *tn = net_generic(net, act_sample_ops.net_id);
73 &act_sample_ops, bind, true, flags);
306 static struct tc_action_ops act_sample_ops = {
322 struct tc_action_net *tn = net_generic(net, act_sample_ops.net_id);
324 return tc_action_net_init(net, tn, &act_sample_ops);
329 tc_action_net_exit(net_list, act_sample_ops.net_id);
335 .id = &act_sample_ops.net_id,
341 return tcf_register_action(&act_sample_ops, &sample_net_ops);
346 tcf_unregister_action(&act_sample_ops, &sample_net_ops);