| /Linux-v5.15/include/net/ |
| D | act_api.h | 21 struct tc_action_ops; 24 const struct tc_action_ops *ops; 98 struct tc_action_ops { struct 115 const struct tc_action_ops *, argument 128 const struct tc_action_ops *ops; argument 133 const struct tc_action_ops *ops) in tc_action_net_init() 147 void tcf_idrinfo_destroy(const struct tc_action_ops *ops, 167 const struct tc_action_ops *ops, 171 struct tc_action **a, const struct tc_action_ops *ops, 175 const struct tc_action_ops *ops, int bind, [all …]
|
| /Linux-v5.15/net/sched/ |
| D | act_api.c | 190 const struct tc_action_ops *ops = a->ops; in tcf_idr_release() 353 const struct tc_action_ops *ops) in tcf_del_walker() 397 const struct tc_action_ops *ops, in tcf_generic_walker() 469 struct tc_action **a, const struct tc_action_ops *ops, in tcf_idr_create() 526 const struct tc_action_ops *ops, int bind, in tcf_idr_create_from_flags() 601 void tcf_idrinfo_destroy(const struct tc_action_ops *ops, in tcf_idrinfo_destroy() 624 int tcf_register_action(struct tc_action_ops *act, in tcf_register_action() 627 struct tc_action_ops *a; in tcf_register_action() 656 int tcf_unregister_action(struct tc_action_ops *act, in tcf_unregister_action() 659 struct tc_action_ops *a; in tcf_unregister_action() [all …]
|
| D | act_ipt.c | 28 static struct tc_action_ops act_ipt_ops; 31 static struct tc_action_ops act_xt_ops; 97 const struct tc_action_ops *ops, in __tcf_ipt_init() 321 const struct tc_action_ops *ops, in tcf_ipt_walker() 336 static struct tc_action_ops act_ipt_ops = { 370 const struct tc_action_ops *ops, in tcf_xt_walker() 385 static struct tc_action_ops act_xt_ops = {
|
| D | act_connmark.c | 29 static struct tc_action_ops act_connmark_ops; 205 const struct tc_action_ops *ops, in tcf_connmark_walker() 220 static struct tc_action_ops act_connmark_ops = {
|
| D | act_simple.c | 22 static struct tc_action_ops act_simp_ops; 202 const struct tc_action_ops *ops, in tcf_simp_walker() 217 static struct tc_action_ops act_simp_ops = {
|
| D | act_gact.c | 23 static struct tc_action_ops act_gact_ops; 227 const struct tc_action_ops *ops, in tcf_gact_walker() 255 static struct tc_action_ops act_gact_ops = {
|
| D | act_nat.c | 30 static struct tc_action_ops act_nat_ops; 294 const struct tc_action_ops *ops, in tcf_nat_walker() 309 static struct tc_action_ops act_nat_ops = {
|
| D | act_sample.c | 27 static struct tc_action_ops act_sample_ops; 246 const struct tc_action_ops *ops, in tcf_sample_walker() 285 static struct tc_action_ops act_sample_ops = {
|
| D | act_skbmod.c | 23 static struct tc_action_ops act_skbmod_ops; 281 const struct tc_action_ops *ops, in tcf_skbmod_walker() 296 static struct tc_action_ops act_skbmod_ops = {
|
| D | act_ctinfo.c | 27 static struct tc_action_ops act_ctinfo_ops; 347 const struct tc_action_ops *ops, in tcf_ctinfo_walker() 372 static struct tc_action_ops act_ctinfo_ops = {
|
| D | act_skbedit.c | 24 static struct tc_action_ops act_skbedit_ops; 304 const struct tc_action_ops *ops, in tcf_skbedit_walker() 330 static struct tc_action_ops act_skbedit_ops = {
|
| D | act_vlan.c | 20 static struct tc_action_ops act_vlan_ops; 338 const struct tc_action_ops *ops, in tcf_vlan_walker() 371 static struct tc_action_ops act_vlan_ops = {
|
| D | act_bpf.c | 33 static struct tc_action_ops act_bpf_ops; 393 const struct tc_action_ops *ops, in tcf_bpf_walker() 408 static struct tc_action_ops act_bpf_ops __read_mostly = {
|
| D | act_mirred.c | 89 static struct tc_action_ops act_mirred_ops; 371 const struct tc_action_ops *ops, in tcf_mirred_walker() 446 static struct tc_action_ops act_mirred_ops = {
|
| D | act_mpls.c | 19 static struct tc_action_ops act_mpls_ops; 372 const struct tc_action_ops *ops, in tcf_mpls_walker() 387 static struct tc_action_ops act_mpls_ops = {
|
| D | act_pedit.c | 25 static struct tc_action_ops act_pedit_ops; 475 const struct tc_action_ops *ops, in tcf_pedit_walker() 490 static struct tc_action_ops act_pedit_ops = {
|
| D | act_police.c | 26 static struct tc_action_ops act_police_ops; 30 const struct tc_action_ops *ops, in tcf_police_walker() 412 static struct tc_action_ops act_police_ops = {
|
| D | act_gate.c | 19 static struct tc_action_ops act_gate_ops; 570 const struct tc_action_ops *ops, in tcf_gate_walker() 600 static struct tc_action_ops act_gate_ops = {
|
| D | act_csum.c | 41 static struct tc_action_ops act_csum_ops; 678 const struct tc_action_ops *ops, in tcf_csum_walker() 698 static struct tc_action_ops act_csum_ops = {
|
| D | act_tunnel_key.c | 24 static struct tc_action_ops act_tunnel_key_ops; 775 const struct tc_action_ops *ops, in tunnel_key_walker() 790 static struct tc_action_ops act_tunnel_key_ops = {
|
| D | act_ife.c | 35 static struct tc_action_ops act_ife_ops; 883 const struct tc_action_ops *ops, in tcf_ife_walker() 898 static struct tc_action_ops act_ife_ops = {
|
| D | act_ct.c | 572 static struct tc_action_ops act_ct_ops; 1471 const struct tc_action_ops *ops, in tcf_ct_walker() 1495 static struct tc_action_ops act_ct_ops = {
|
| D | cls_api.c | 3039 struct tc_action_ops *a_o; in tcf_exts_validate()
|