Home
last modified time | relevance | path

Searched refs:tcf_register_action (Results 1 – 15 of 15) sorted by relevance

/linux/net/sched/
H A Dact_connmark.c272 return tcf_register_action(&act_connmark_ops, &connmark_net_ops); in connmark_init_module()
H A Dact_gact.c332 return tcf_register_action(&act_gact_ops, &gact_net_ops); in gact_init_module()
H A Dact_sample.c354 return tcf_register_action(&act_sample_ops, &sample_net_ops); in sample_init_module()
H A Dact_nat.c352 return tcf_register_action(&act_nat_ops, &nat_net_ops); in nat_init_module()
H A Dact_ctinfo.c391 return tcf_register_action(&act_ctinfo_ops, &ctinfo_net_ops); in ctinfo_init_module()
H A Dact_bpf.c425 return tcf_register_action(&act_bpf_ops, &bpf_net_ops); in bpf_init_module()
H A Dact_skbedit.c454 return tcf_register_action(&act_skbedit_ops, &skbedit_net_ops); in skbedit_init_module()
H A Dact_mpls.c475 return tcf_register_action(&act_mpls_ops, &mpls_net_ops); in mpls_init_module()
H A Dact_pedit.c650 return tcf_register_action(&act_pedit_ops, &pedit_net_ops); in pedit_init_module()
H A Dact_police.c526 return tcf_register_action(&act_police_ops, &police_net_ops); in police_init_module()
H A Dact_csum.c738 return tcf_register_action(&act_csum_ops, &csum_net_ops); in csum_init_module()
H A Dact_mirred.c685 err = tcf_register_action(&act_mirred_ops, &mirred_net_ops); in mirred_init_module()
H A Dact_ife.c919 return tcf_register_action(&act_ife_ops, &ife_net_ops); in ife_init_module()
H A Dact_api.c1017 int tcf_register_action(struct tc_action_ops *act, in tcf_register_action() function
1060 EXPORT_SYMBOL(tcf_register_action);
H A Dact_ct.c1669 err = tcf_register_action(&act_ct_ops, &ct_net_ops); in ct_init_module()