Lines Matching defs:act_csum_ops
41 static struct tc_action_ops act_csum_ops;
48 struct tc_action_net *tn = net_generic(net, act_csum_ops.net_id);
73 &act_csum_ops, bind, flags);
700 static struct tc_action_ops act_csum_ops = {
715 struct tc_action_net *tn = net_generic(net, act_csum_ops.net_id);
717 return tc_action_net_init(net, tn, &act_csum_ops);
722 tc_action_net_exit(net_list, act_csum_ops.net_id);
728 .id = &act_csum_ops.net_id,
737 return tcf_register_action(&act_csum_ops, &csum_net_ops);
742 tcf_unregister_action(&act_csum_ops, &csum_net_ops);