Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sched/
H A Dact_skbedit.c24 static struct tc_action_ops act_skbedit_ops; variable
179 &act_skbedit_ops, bind, true, 0); in tcf_skbedit_init()
330 static struct tc_action_ops act_skbedit_ops = { variable
349 return tc_action_net_init(net, tn, &act_skbedit_ops); in skbedit_init_net()
370 return tcf_register_action(&act_skbedit_ops, &skbedit_net_ops); in skbedit_init_module()
375 tcf_unregister_action(&act_skbedit_ops, &skbedit_net_ops); in skbedit_cleanup_module()