Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dact_skbedit.c24 static struct tc_action_ops act_skbedit_ops; variable
168 &act_skbedit_ops, bind, true); in tcf_skbedit_init()
321 static struct tc_action_ops act_skbedit_ops = { variable
339 return tc_action_net_init(net, tn, &act_skbedit_ops); in skbedit_init_net()
360 return tcf_register_action(&act_skbedit_ops, &skbedit_net_ops); in skbedit_init_module()
365 tcf_unregister_action(&act_skbedit_ops, &skbedit_net_ops); in skbedit_cleanup_module()