Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dact_ipt.c28 static struct tc_action_ops act_xt_ops; variable
215 return __tcf_ipt_init(net, act_xt_ops.net_id, nla, est, in tcf_xt_init()
216 a, &act_xt_ops, tp, flags); in tcf_xt_init()
346 static struct tc_action_ops act_xt_ops = { variable
359 struct tc_action_net *tn = net_generic(net, act_xt_ops.net_id); in xt_init_net()
361 return tc_action_net_init(net, tn, &act_xt_ops); in xt_init_net()
366 tc_action_net_exit(net_list, act_xt_ops.net_id); in xt_exit_net()
372 .id = &act_xt_ops.net_id,
385 ret1 = tcf_register_action(&act_xt_ops, &xt_net_ops); in ipt_init_module()
402 tcf_unregister_action(&act_xt_ops, &xt_net_ops); in ipt_cleanup_module()