Searched refs:act_connmark_ops (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/sched/
H A Dact_connmark.c29 static struct tc_action_ops act_connmark_ops; variable in typeref:struct:tc_action_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 = { variable in typeref:struct:tc_action_ops
249 struct tc_action_net *tn = net_generic(net, act_connmark_ops.net_id);
251 return tc_action_net_init(net, tn, &act_connmark_ops);
256 tc_action_net_exit(net_list, act_connmark_ops.net_id);
262 .id = &act_connmark_ops.net_id,
268 return tcf_register_action(&act_connmark_ops, &connmark_net_ops);
273 tcf_unregister_action(&act_connmark_ops,
[all...]

Completed in 106 milliseconds