Home
last modified time | relevance | path

Searched refs:act_pedit_ops (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/net/sched/
H A Dact_pedit.c28 static struct tc_action_ops act_pedit_ops; variable
161 struct tc_action_net *tn = net_generic(net, act_pedit_ops.net_id); in tcf_pedit_init()
197 &act_pedit_ops, bind, flags); in tcf_pedit_init()
611 static struct tc_action_ops act_pedit_ops = { variable
626 struct tc_action_net *tn = net_generic(net, act_pedit_ops.net_id); in pedit_init_net()
628 return tc_action_net_init(net, tn, &act_pedit_ops); in pedit_init_net()
633 tc_action_net_exit(net_list, act_pedit_ops.net_id); in pedit_exit_net()
639 .id = &act_pedit_ops.net_id,
649 return tcf_register_action(&act_pedit_ops, &pedit_net_ops); in pedit_init_module()
654 tcf_unregister_action(&act_pedit_ops, in pedit_cleanup_module()
[all...]
/kernel/linux/linux-5.10/net/sched/
H A Dact_pedit.c25 static struct tc_action_ops act_pedit_ops; variable
193 &act_pedit_ops, bind, false, flags); in tcf_pedit_init()
513 static struct tc_action_ops act_pedit_ops = { variable
531 return tc_action_net_init(net, tn, &act_pedit_ops); in pedit_init_net()
552 return tcf_register_action(&act_pedit_ops, &pedit_net_ops); in pedit_init_module()
557 tcf_unregister_action(&act_pedit_ops, &pedit_net_ops); in pedit_cleanup_module()

Completed in 2 milliseconds