Searched refs:act_ct_ops (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_ct.c | 733 static struct tc_action_ops act_ct_ops; variable 1201 struct tc_ct_action_net *tn = net_generic(net, act_ct_ops.net_id); in tcf_ct_fill_params() 1299 struct tc_action_net *tn = net_generic(net, act_ct_ops.net_id); in tcf_ct_init() 1330 &act_ct_ops, bind, flags); in tcf_ct_init() 1577 static struct tc_action_ops act_ct_ops = { variable 1593 struct tc_ct_action_net *tn = net_generic(net, act_ct_ops.net_id); in ct_init_net() 1602 return tc_action_net_init(net, &tn->tn, &act_ct_ops); in ct_init_net() 1611 struct tc_ct_action_net *tn = net_generic(net, act_ct_ops.net_id); in ct_exit_net() 1618 tc_action_net_exit(net_list, act_ct_ops.net_id); in ct_exit_net() 1624 .id = &act_ct_ops [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_ct.c | 564 static struct tc_action_ops act_ct_ops; variable 1263 &act_ct_ops, bind, flags); in tcf_ct_init() 1489 static struct tc_action_ops act_ct_ops = { variable 1515 return tc_action_net_init(net, &tn->tn, &act_ct_ops); in ct_init_net() 1553 err = tcf_register_action(&act_ct_ops, &ct_net_ops); in ct_init_module() 1568 tcf_unregister_action(&act_ct_ops, &ct_net_ops); in ct_cleanup_module()
|
Completed in 8 milliseconds