Searched refs:act_ipt_ops (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_ipt.c | 29 static struct tc_action_ops act_ipt_ops; variable 221 return __tcf_ipt_init(net, act_ipt_ops.net_id, nla, est, in tcf_ipt_init() 222 a, &act_ipt_ops, tp, flags); in tcf_ipt_init() 374 static struct tc_action_ops act_ipt_ops = { variable 387 struct tc_action_net *tn = net_generic(net, act_ipt_ops.net_id); in ipt_init_net() 389 return tc_action_net_init(net, tn, &act_ipt_ops); in ipt_init_net() 394 tc_action_net_exit(net_list, act_ipt_ops.net_id); in ipt_exit_net() 400 .id = &act_ipt_ops.net_id, 447 ret2 = tcf_register_action(&act_ipt_ops, &ipt_net_ops); in ipt_init_module() 459 tcf_unregister_action(&act_ipt_ops, in ipt_cleanup_module() [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_ipt.c | 28 static struct tc_action_ops act_ipt_ops; variable 208 return __tcf_ipt_init(net, ipt_net_id, nla, est, a, &act_ipt_ops, ovr, in tcf_ipt_init() 335 static struct tc_action_ops act_ipt_ops = { variable 352 return tc_action_net_init(net, tn, &act_ipt_ops); in ipt_init_net() 429 ret2 = tcf_register_action(&act_ipt_ops, &ipt_net_ops); in ipt_init_module() 441 tcf_unregister_action(&act_ipt_ops, &ipt_net_ops); in ipt_cleanup_module()
|
Completed in 2 milliseconds