Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_nat.c29 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, &nat_net_ops); in nat_cleanup_module()