Searched refs:tc_action_ops (Results 1 – 21 of 21) sorted by relevance
| /linux/include/net/ |
| H A D | act_api.h | 22 struct tc_action_ops; 25 const struct tc_action_ops *ops; 115 struct tc_action_ops { struct 133 const struct tc_action_ops *, argument 155 const struct tc_action_ops *ops; argument 160 const struct tc_action_ops *ops) in tc_action_net_init() 174 void tcf_idrinfo_destroy(const struct tc_action_ops *ops, 192 const struct tc_action_ops *ops, 196 struct tc_action **a, const struct tc_action_ops *ops, 200 const struct tc_action_ops *ops, int bind, [all …]
|
| /linux/net/sched/ |
| H A D | act_api.c | 420 const struct tc_action_ops *ops = a->ops; in tcf_idr_release() 641 const struct tc_action_ops *ops, in tcf_del_walker() 691 const struct tc_action_ops *ops, in tcf_generic_walker() 731 const struct tc_action_ops *ops, in __tcf_generic_walker() 743 const struct tc_action_ops *ops, in __tcf_idr_search() 788 struct tc_action **a, const struct tc_action_ops *ops, in tcf_idr_create() 847 const struct tc_action_ops *ops, int bind, in tcf_idr_create_from_flags() 942 void tcf_idrinfo_destroy(const struct tc_action_ops *ops, in tcf_idrinfo_destroy() 1027 int tcf_register_action(struct tc_action_ops *act, in tcf_register_action() 1030 struct tc_action_ops *a; in tcf_register_action() [all …]
|
| H A D | act_connmark.c | 29 static struct tc_action_ops act_connmark_ops; 239 static struct tc_action_ops act_connmark_ops = {
|
| H A D | act_gact.c | 23 static struct tc_action_ops act_gact_ops; 292 static struct tc_action_ops act_gact_ops = {
|
| H A D | act_skbmod.c | 23 static struct tc_action_ops act_skbmod_ops; 282 static struct tc_action_ops act_skbmod_ops = {
|
| H A D | act_nat.c | 29 static struct tc_action_ops act_nat_ops; 316 static struct tc_action_ops act_nat_ops = {
|
| H A D | act_sample.c | 27 static struct tc_action_ops act_sample_ops; 326 static struct tc_action_ops act_sample_ops = {
|
| H A D | act_ctinfo.c | 29 static struct tc_action_ops act_ctinfo_ops; 369 static struct tc_action_ops act_ctinfo_ops = {
|
| H A D | act_vlan.c | 20 static struct tc_action_ops act_vlan_ops; 416 static struct tc_action_ops act_vlan_ops = {
|
| H A D | act_bpf.c | 33 static struct tc_action_ops act_bpf_ops; 417 static struct tc_action_ops act_bpf_ops __read_mostly = {
|
| H A D | act_mpls.c | 19 static struct tc_action_ops act_mpls_ops; 441 static struct tc_action_ops act_mpls_ops = {
|
| H A D | act_skbedit.c | 24 static struct tc_action_ops act_skbedit_ops; 418 static struct tc_action_ops act_skbedit_ops = {
|
| H A D | act_mirred.c | 92 static struct tc_action_ops act_mirred_ops; 664 static struct tc_action_ops act_mirred_ops = {
|
| H A D | act_pedit.c | 31 static struct tc_action_ops act_pedit_ops; 652 static struct tc_action_ops act_pedit_ops = {
|
| H A D | act_police.c | 27 static struct tc_action_ops act_police_ops; 508 static struct tc_action_ops act_police_ops = {
|
| H A D | act_csum.c | 41 static struct tc_action_ops act_csum_ops; 708 static struct tc_action_ops act_csum_ops = {
|
| H A D | act_gate.c | 19 static struct tc_action_ops act_gate_ops; 736 static struct tc_action_ops act_gate_ops = {
|
| H A D | act_ife.c | 36 static struct tc_action_ops act_ife_ops; 927 static struct tc_action_ops act_ife_ops = {
|
| H A D | act_tunnel_key.c | 24 static struct tc_action_ops act_tunnel_key_ops; 917 static struct tc_action_ops act_tunnel_key_ops = {
|
| H A D | act_ct.c | 745 static struct tc_action_ops act_ct_ops; 1705 static struct tc_action_ops act_ct_ops = {
|
| H A D | cls_api.c | 3427 struct tc_action_ops *a_o; in tcf_exts_validate_ex()
|