Lines Matching refs:act_ct_ops
651 static struct tc_action_ops act_ct_ops; variable
1254 struct tc_ct_action_net *tn = net_generic(net, act_ct_ops.net_id); in tcf_ct_fill_params()
1329 struct tc_action_net *tn = net_generic(net, act_ct_ops.net_id); in tcf_ct_init()
1360 &act_ct_ops, bind, flags); in tcf_ct_init()
1590 static struct tc_action_ops act_ct_ops = { variable
1606 struct tc_ct_action_net *tn = net_generic(net, act_ct_ops.net_id); in ct_init_net()
1615 return tc_action_net_init(net, &tn->tn, &act_ct_ops); in ct_init_net()
1624 struct tc_ct_action_net *tn = net_generic(net, act_ct_ops.net_id); in ct_exit_net()
1631 tc_action_net_exit(net_list, act_ct_ops.net_id); in ct_exit_net()
1637 .id = &act_ct_ops.net_id,
1653 err = tcf_register_action(&act_ct_ops, &ct_net_ops); in ct_init_module()
1671 tcf_unregister_action(&act_ct_ops, &ct_net_ops); in ct_cleanup_module()