Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_ipt.c35 static struct tc_action_ops act_xt_ops; variable
221 return __tcf_ipt_init(net, xt_net_id, nla, est, a, &act_xt_ops, ovr, in tcf_xt_init()
390 static struct tc_action_ops act_xt_ops = { variable
407 return tc_action_net_init(tn, &act_xt_ops); in xt_init_net()
431 ret1 = tcf_register_action(&act_xt_ops, &xt_net_ops); in ipt_init_module()
448 tcf_unregister_action(&act_xt_ops, &xt_net_ops); in ipt_cleanup_module()