Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_skbedit.c34 static struct tc_action_ops act_skbedit_ops; variable
174 &act_skbedit_ops, bind, true); in tcf_skbedit_init()
302 static struct tc_action_ops act_skbedit_ops = { variable
319 return tc_action_net_init(tn, &act_skbedit_ops); in skbedit_init_net()
340 return tcf_register_action(&act_skbedit_ops, &skbedit_net_ops); in skbedit_init_module()
345 tcf_unregister_action(&act_skbedit_ops, &skbedit_net_ops); in skbedit_cleanup_module()