Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sched/
A Dact_ipt.c28 static struct tc_action_ops act_ipt_ops; variable
207 return __tcf_ipt_init(net, act_ipt_ops.net_id, nla, est, in tcf_ipt_init()
208 a, &act_ipt_ops, tp, flags); in tcf_ipt_init()
318 static struct tc_action_ops act_ipt_ops = { variable
331 struct tc_action_net *tn = net_generic(net, act_ipt_ops.net_id); in ipt_init_net()
333 return tc_action_net_init(net, tn, &act_ipt_ops); in ipt_init_net()
338 tc_action_net_exit(net_list, act_ipt_ops.net_id); in ipt_exit_net()
344 .id = &act_ipt_ops.net_id,
391 ret2 = tcf_register_action(&act_ipt_ops, &ipt_net_ops); in ipt_init_module()
403 tcf_unregister_action(&act_ipt_ops, &ipt_net_ops); in ipt_cleanup_module()

Completed in 4 milliseconds