Searched refs:tcf_register_action (Results 1 – 20 of 20) sorted by relevance
| /linux/net/sched/ |
| H A D | act_connmark.c | 272 return tcf_register_action(&act_connmark_ops, &connmark_net_ops); in connmark_init_module()
|
| H A D | act_gact.c | 337 return tcf_register_action(&act_gact_ops, &gact_net_ops); in gact_init_module()
|
| H A D | act_skbmod.c | 319 return tcf_register_action(&act_skbmod_ops, &skbmod_net_ops); in skbmod_init_module()
|
| H A D | act_nat.c | 352 return tcf_register_action(&act_nat_ops, &nat_net_ops); in nat_init_module()
|
| H A D | act_sample.c | 363 return tcf_register_action(&act_sample_ops, &sample_net_ops); in sample_init_module()
|
| H A D | act_ctinfo.c | 403 return tcf_register_action(&act_ctinfo_ops, &ctinfo_net_ops); in ctinfo_init_module()
|
| H A D | act_vlan.c | 452 return tcf_register_action(&act_vlan_ops, &vlan_net_ops); in vlan_init_module()
|
| H A D | act_bpf.c | 451 return tcf_register_action(&act_bpf_ops, &bpf_net_ops); in bpf_init_module()
|
| H A D | act_mpls.c | 475 return tcf_register_action(&act_mpls_ops, &mpls_net_ops); in mpls_init_module()
|
| H A D | act_skbedit.c | 458 return tcf_register_action(&act_skbedit_ops, &skbedit_net_ops); in skbedit_init_module()
|
| H A D | act_mirred.c | 710 err = tcf_register_action(&act_mirred_ops, &mirred_net_ops); in mirred_init_module()
|
| H A D | act_pedit.c | 692 return tcf_register_action(&act_pedit_ops, &pedit_net_ops); in pedit_init_module()
|
| H A D | act_police.c | 544 return tcf_register_action(&act_police_ops, &police_net_ops); in police_init_module()
|
| H A D | act_csum.c | 746 return tcf_register_action(&act_csum_ops, &csum_net_ops); in csum_init_module()
|
| H A D | act_gate.c | 800 return tcf_register_action(&act_gate_ops, &gate_net_ops);
|
| H A D | act_ife.c | 968 return tcf_register_action(&act_ife_ops, &ife_net_ops);
|
| H A D | act_tunnel_key.c | 952 return tcf_register_action(&act_tunnel_key_ops, &tunnel_key_net_ops); in tunnel_key_init_module()
|
| H A D | act_api.c | 1027 int tcf_register_action(struct tc_action_ops *act, in tcf_register_action() function 1070 EXPORT_SYMBOL(tcf_register_action);
|
| H A D | act_ct.c | 1769 err = tcf_register_action(&act_ct_ops, &ct_net_ops); in ct_cleanup_module()
|
| /linux/include/net/ |
| H A D | act_api.h | 208 int tcf_register_action(struct tc_action_ops *a, struct pernet_operations *ops);
|