Home
last modified time | relevance | path

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

/Linux-v5.15/net/sched/
Dact_mpls.c19 static struct tc_action_ops act_mpls_ops; variable
251 &act_mpls_ops, bind, true, 0); in tcf_mpls_init()
387 static struct tc_action_ops act_mpls_ops = { variable
404 return tc_action_net_init(net, tn, &act_mpls_ops); in mpls_init_net()
421 return tcf_register_action(&act_mpls_ops, &mpls_net_ops); in mpls_init_module()
426 tcf_unregister_action(&act_mpls_ops, &mpls_net_ops); in mpls_cleanup_module()