Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_skbedit.c24 static struct tc_action_ops act_skbedit_ops; variable
122 struct tc_action_net *tn = net_generic(net, act_skbedit_ops.net_id); in tcf_skbedit_init()
224 &act_skbedit_ops, bind, true, act_flags); in tcf_skbedit_init()
416 static struct tc_action_ops act_skbedit_ops = { variable
432 struct tc_action_net *tn = net_generic(net, act_skbedit_ops.net_id); in skbedit_init_net()
434 return tc_action_net_init(net, tn, &act_skbedit_ops); in skbedit_init_net()
439 tc_action_net_exit(net_list, act_skbedit_ops.net_id); in skbedit_exit_net()
445 .id = &act_skbedit_ops.net_id,
455 return tcf_register_action(&act_skbedit_ops, &skbedit_net_ops); in skbedit_init_module()
460 tcf_unregister_action(&act_skbedit_ops, &skbedit_net_ops); in skbedit_cleanup_module()