Searched refs:act_mpls_ops (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_mpls.c | 19 static struct tc_action_ops act_mpls_ops; variable 165 struct tc_action_net *tn = net_generic(net, act_mpls_ops.net_id); in tcf_mpls_init() 201 ret = tcf_idr_create(tn, index, est, a, &act_mpls_ops, bind, in tcf_mpls_init() 444 static struct tc_action_ops act_mpls_ops = { variable 458 struct tc_action_net *tn = net_generic(net, act_mpls_ops.net_id); in mpls_init_net() 460 return tc_action_net_init(net, tn, &act_mpls_ops); in mpls_init_net() 465 tc_action_net_exit(net_list, act_mpls_ops.net_id); in mpls_exit_net() 471 .id = &act_mpls_ops.net_id, 477 return tcf_register_action(&act_mpls_ops, &mpls_net_ops); in mpls_init_module() 482 tcf_unregister_action(&act_mpls_ops, in mpls_cleanup_module() [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_mpls.c | 19 static struct tc_action_ops act_mpls_ops; variable 257 &act_mpls_ops, bind, true, flags); in tcf_mpls_init() 393 static struct tc_action_ops act_mpls_ops = { variable 410 return tc_action_net_init(net, tn, &act_mpls_ops); in mpls_init_net() 427 return tcf_register_action(&act_mpls_ops, &mpls_net_ops); in mpls_init_module() 432 tcf_unregister_action(&act_mpls_ops, &mpls_net_ops); in mpls_cleanup_module()
|
Completed in 3 milliseconds