Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_ipt.c30 static struct tc_action_ops act_xt_ops; variable
230 return __tcf_ipt_init(net, act_xt_ops.net_id, nla, est, in tcf_xt_init()
231 a, &act_xt_ops, tp, flags); in tcf_xt_init()
404 static struct tc_action_ops act_xt_ops = { variable
417 struct tc_action_net *tn = net_generic(net, act_xt_ops.net_id); in xt_init_net()
419 return tc_action_net_init(net, tn, &act_xt_ops); in xt_init_net()
424 tc_action_net_exit(net_list, act_xt_ops.net_id); in xt_exit_net()
430 .id = &act_xt_ops.net_id,
443 ret1 = tcf_register_action(&act_xt_ops, &xt_net_ops); in ipt_init_module()
460 tcf_unregister_action(&act_xt_ops, &xt_net_ops); in ipt_cleanup_module()