tcf_register_action  171 include/net/act_api.h int tcf_register_action(struct tc_action_ops *a, struct pernet_operations *ops);
tcf_register_action  584 net/sched/act_api.c EXPORT_SYMBOL(tcf_register_action);
tcf_register_action  442 net/sched/act_bpf.c 	return tcf_register_action(&act_bpf_ops, &bpf_net_ops);
tcf_register_action  251 net/sched/act_connmark.c 	return tcf_register_action(&act_connmark_ops, &connmark_net_ops);
tcf_register_action  737 net/sched/act_csum.c 	return tcf_register_action(&act_csum_ops, &csum_net_ops);
tcf_register_action  981 net/sched/act_ct.c 	return tcf_register_action(&act_ct_ops, &ct_net_ops);
tcf_register_action  407 net/sched/act_ctinfo.c 	return tcf_register_action(&act_ctinfo_ops, &ctinfo_net_ops);
tcf_register_action  308 net/sched/act_gact.c 	return tcf_register_action(&act_gact_ops, &gact_net_ops);
tcf_register_action  909 net/sched/act_ife.c 	return tcf_register_action(&act_ife_ops, &ife_net_ops);
tcf_register_action  427 net/sched/act_ipt.c 	ret1 = tcf_register_action(&act_xt_ops, &xt_net_ops);
tcf_register_action  431 net/sched/act_ipt.c 	ret2 = tcf_register_action(&act_ipt_ops, &ipt_net_ops);
tcf_register_action  487 net/sched/act_mirred.c 	err = tcf_register_action(&act_mirred_ops, &mirred_net_ops);
tcf_register_action  402 net/sched/act_mpls.c 	return tcf_register_action(&act_mpls_ops, &mpls_net_ops);
tcf_register_action  350 net/sched/act_nat.c 	return tcf_register_action(&act_nat_ops, &nat_net_ops);
tcf_register_action  520 net/sched/act_pedit.c 	return tcf_register_action(&act_pedit_ops, &pedit_net_ops);
tcf_register_action  410 net/sched/act_police.c 	return tcf_register_action(&act_police_ops, &police_net_ops);
tcf_register_action  317 net/sched/act_sample.c 	return tcf_register_action(&act_sample_ops, &sample_net_ops);
tcf_register_action  256 net/sched/act_simple.c 	int ret = tcf_register_action(&act_simp_ops, &simp_net_ops);
tcf_register_action  360 net/sched/act_skbedit.c 	return tcf_register_action(&act_skbedit_ops, &skbedit_net_ops);
tcf_register_action  311 net/sched/act_skbmod.c 	return tcf_register_action(&act_skbmod_ops, &skbmod_net_ops);
tcf_register_action  624 net/sched/act_tunnel_key.c 	return tcf_register_action(&act_tunnel_key_ops, &tunnel_key_net_ops);
tcf_register_action  368 net/sched/act_vlan.c 	return tcf_register_action(&act_vlan_ops, &vlan_net_ops);