Searched refs:act_xt_ops (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/net/sched/ |
A D | act_ipt.c | 29 static struct tc_action_ops act_xt_ops; variable 216 return __tcf_ipt_init(net, act_xt_ops.net_id, nla, est, in tcf_xt_init() 217 a, &act_xt_ops, tp, flags); in tcf_xt_init() 348 static struct tc_action_ops act_xt_ops = { variable 361 struct tc_action_net *tn = net_generic(net, act_xt_ops.net_id); in xt_init_net() 363 return tc_action_net_init(net, tn, &act_xt_ops); in xt_init_net() 368 tc_action_net_exit(net_list, act_xt_ops.net_id); in xt_exit_net() 374 .id = &act_xt_ops.net_id, 387 ret1 = tcf_register_action(&act_xt_ops, &xt_net_ops); in ipt_init_module() 404 tcf_unregister_action(&act_xt_ops, &xt_net_ops); in ipt_cleanup_module()
|
Completed in 3 milliseconds