Searched refs:act_xt_ops (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | act_ipt.c | 31 static struct tc_action_ops act_xt_ops; variable 217 return __tcf_ipt_init(net, xt_net_id, nla, est, a, &act_xt_ops, ovr, in tcf_xt_init() 384 static struct tc_action_ops act_xt_ops = { variable 401 return tc_action_net_init(net, tn, &act_xt_ops); in xt_init_net() 425 ret1 = tcf_register_action(&act_xt_ops, &xt_net_ops); in ipt_init_module() 442 tcf_unregister_action(&act_xt_ops, &xt_net_ops); in ipt_cleanup_module()
|