Searched refs:act_ct_ops (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/net/sched/ |
A D | act_ct.c | 682 static struct tc_action_ops act_ct_ops; variable 1150 struct tc_ct_action_net *tn = net_generic(net, act_ct_ops.net_id); in tcf_ct_fill_params() 1247 struct tc_action_net *tn = net_generic(net, act_ct_ops.net_id); in tcf_ct_init() 1278 &act_ct_ops, bind, flags); in tcf_ct_init() 1522 static struct tc_action_ops act_ct_ops = { variable 1538 struct tc_ct_action_net *tn = net_generic(net, act_ct_ops.net_id); in ct_init_net() 1547 return tc_action_net_init(net, &tn->tn, &act_ct_ops); in ct_init_net() 1563 tc_action_net_exit(net_list, act_ct_ops.net_id); in ct_exit_net() 1569 .id = &act_ct_ops.net_id, 1585 err = tcf_register_action(&act_ct_ops, &ct_net_ops); in ct_init_module() [all …]
|
Completed in 7 milliseconds