Searched refs:act_nat_ops (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_nat.c | 29 static struct tc_action_ops act_nat_ops; variable 39 struct tc_action_net *tn = net_generic(net, act_nat_ops.net_id); in tcf_nat_init() 63 ret = tcf_idr_create_from_flags(tn, index, est, a, &act_nat_ops, in tcf_nat_init() 317 static struct tc_action_ops act_nat_ops = { variable 330 struct tc_action_net *tn = net_generic(net, act_nat_ops.net_id); in nat_init_net() 332 return tc_action_net_init(net, tn, &act_nat_ops); in nat_init_net() 337 tc_action_net_exit(net_list, act_nat_ops.net_id); in nat_exit_net() 343 .id = &act_nat_ops.net_id, 352 return tcf_register_action(&act_nat_ops, &nat_net_ops); in nat_init_module() 357 tcf_unregister_action(&act_nat_ops, in nat_cleanup_module() [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_nat.c | 30 static struct tc_action_ops act_nat_ops; variable 64 &act_nat_ops, bind, false, flags); in tcf_nat_init() 309 static struct tc_action_ops act_nat_ops = { variable 325 return tc_action_net_init(net, tn, &act_nat_ops); in nat_init_net() 345 return tcf_register_action(&act_nat_ops, &nat_net_ops); in nat_init_module() 350 tcf_unregister_action(&act_nat_ops, &nat_net_ops); in nat_cleanup_module()
|
Completed in 2 milliseconds