Lines Matching refs:act_connmark_ops
29 static struct tc_action_ops act_connmark_ops;
103 struct tc_action_net *tn = net_generic(net, act_connmark_ops.net_id);
133 &act_connmark_ops, bind, flags);
235 static struct tc_action_ops act_connmark_ops = {
248 struct tc_action_net *tn = net_generic(net, act_connmark_ops.net_id);
250 return tc_action_net_init(net, tn, &act_connmark_ops);
255 tc_action_net_exit(net_list, act_connmark_ops.net_id);
261 .id = &act_connmark_ops.net_id,
267 return tcf_register_action(&act_connmark_ops, &connmark_net_ops);
272 tcf_unregister_action(&act_connmark_ops, &connmark_net_ops);