Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dact_connmark.c29 static struct tc_action_ops act_connmark_ops; variable
124 &act_connmark_ops, bind, false); in tcf_connmark_init()
218 static struct tc_action_ops act_connmark_ops = { variable
234 return tc_action_net_init(net, tn, &act_connmark_ops); in connmark_init_net()
251 return tcf_register_action(&act_connmark_ops, &connmark_net_ops); in connmark_init_module()
256 tcf_unregister_action(&act_connmark_ops, &connmark_net_ops); in connmark_cleanup_module()