Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dact_ipt.c28 static struct tc_action_ops act_ipt_ops; variable
210 return __tcf_ipt_init(net, ipt_net_id, nla, est, a, &act_ipt_ops, ovr, in tcf_ipt_init()
337 static struct tc_action_ops act_ipt_ops = { variable
354 return tc_action_net_init(net, tn, &act_ipt_ops); in ipt_init_net()
431 ret2 = tcf_register_action(&act_ipt_ops, &ipt_net_ops); in ipt_init_module()
443 tcf_unregister_action(&act_ipt_ops, &ipt_net_ops); in ipt_cleanup_module()