Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sched/
H A Dact_connmark.c29 static struct tc_action_ops act_connmark_ops; variable
127 &act_connmark_ops, bind, false, 0); in tcf_connmark_init()
220 static struct tc_action_ops act_connmark_ops = { variable
236 return tc_action_net_init(net, tn, &act_connmark_ops); in connmark_init_net()
253 return tcf_register_action(&act_connmark_ops, &connmark_net_ops); in connmark_init_module()
258 tcf_unregister_action(&act_connmark_ops, &connmark_net_ops); in connmark_cleanup_module()