Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_nat.c33 static struct tc_action_ops act_nat_ops; variable
63 &act_nat_ops, bind, false); in tcf_nat_init()
303 static struct tc_action_ops act_nat_ops = { variable
319 return tc_action_net_init(tn, &act_nat_ops); in nat_init_net()
339 return tcf_register_action(&act_nat_ops, &nat_net_ops); in nat_init_module()
344 tcf_unregister_action(&act_nat_ops, &nat_net_ops); in nat_cleanup_module()