Searched refs:tc_action_ops (Results 1 – 18 of 18) sorted by relevance
| /Linux-v4.19/include/net/ |
| D | act_api.h | 20 struct tc_action_ops; 23 const struct tc_action_ops *ops; 78 struct tc_action_ops { struct 96 const struct tc_action_ops *, argument 106 const struct tc_action_ops *ops; argument 111 const struct tc_action_ops *ops) in tc_action_net_init() 124 void tcf_idrinfo_destroy(const struct tc_action_ops *ops, 144 const struct tc_action_ops *ops, 148 struct tc_action **a, const struct tc_action_ops *ops, 162 int tcf_register_action(struct tc_action_ops *a, struct pernet_operations *ops); [all …]
|
| /Linux-v4.19/net/sched/ |
| D | act_ipt.c | 32 static struct tc_action_ops act_ipt_ops; 35 static struct tc_action_ops act_xt_ops; 100 const struct tc_action_ops *ops, int ovr, int bind) in __tcf_ipt_init() 324 const struct tc_action_ops *ops, in tcf_ipt_walker() 340 static struct tc_action_ops act_ipt_ops = { 374 const struct tc_action_ops *ops, in tcf_xt_walker() 390 static struct tc_action_ops act_xt_ops = {
|
| D | act_api.c | 250 const struct tc_action_ops *ops) in tcf_del_walker() 286 const struct tc_action_ops *ops, in tcf_generic_walker() 358 struct tc_action **a, const struct tc_action_ops *ops, in tcf_idr_create() 483 void tcf_idrinfo_destroy(const struct tc_action_ops *ops, in tcf_idrinfo_destroy() 505 int tcf_register_action(struct tc_action_ops *act, in tcf_register_action() 508 struct tc_action_ops *a; in tcf_register_action() 537 int tcf_unregister_action(struct tc_action_ops *act, in tcf_unregister_action() 540 struct tc_action_ops *a; in tcf_unregister_action() 559 static struct tc_action_ops *tc_lookup_action_n(char *kind) in tc_lookup_action_n() 561 struct tc_action_ops *a, *res = NULL; in tc_lookup_action_n() [all …]
|
| D | act_connmark.c | 32 static struct tc_action_ops act_connmark_ops; 185 const struct tc_action_ops *ops, in tcf_connmark_walker() 201 static struct tc_action_ops act_connmark_ops = {
|
| D | act_simple.c | 28 static struct tc_action_ops act_simp_ops; 183 const struct tc_action_ops *ops, in tcf_simp_walker() 199 static struct tc_action_ops act_simp_ops = {
|
| D | act_gact.c | 27 static struct tc_action_ops act_gact_ops; 217 const struct tc_action_ops *ops, in tcf_gact_walker() 246 static struct tc_action_ops act_gact_ops = {
|
| D | act_sample.c | 29 static struct tc_action_ops act_sample_ops; 219 const struct tc_action_ops *ops, in tcf_sample_walker() 235 static struct tc_action_ops act_sample_ops = {
|
| D | act_vlan.c | 23 static struct tc_action_ops act_vlan_ops; 283 const struct tc_action_ops *ops, in tcf_vlan_walker() 299 static struct tc_action_ops act_vlan_ops = {
|
| D | act_nat.c | 33 static struct tc_action_ops act_nat_ops; 287 const struct tc_action_ops *ops, in tcf_nat_walker() 303 static struct tc_action_ops act_nat_ops = {
|
| D | act_skbmod.c | 24 static struct tc_action_ops act_skbmod_ops; 246 const struct tc_action_ops *ops, in tcf_skbmod_walker() 262 static struct tc_action_ops act_skbmod_ops = {
|
| D | act_skbedit.c | 34 static struct tc_action_ops act_skbedit_ops; 286 const struct tc_action_ops *ops, in tcf_skbedit_walker() 302 static struct tc_action_ops act_skbedit_ops = {
|
| D | act_bpf.c | 35 static struct tc_action_ops act_bpf_ops; 382 const struct tc_action_ops *ops, in tcf_bpf_walker() 398 static struct tc_action_ops act_bpf_ops __read_mostly = {
|
| D | act_police.c | 57 static struct tc_action_ops act_police_ops; 61 const struct tc_action_ops *ops, in tcf_police_walker() 327 static struct tc_action_ops act_police_ops = {
|
| D | act_mirred.c | 92 static struct tc_action_ops act_mirred_ops; 333 const struct tc_action_ops *ops, in tcf_mirred_walker() 398 static struct tc_action_ops act_mirred_ops = {
|
| D | act_pedit.c | 28 static struct tc_action_ops act_pedit_ops; 455 const struct tc_action_ops *ops, in tcf_pedit_walker() 471 static struct tc_action_ops act_pedit_ops = {
|
| D | act_tunnel_key.c | 25 static struct tc_action_ops act_tunnel_key_ops; 543 const struct tc_action_ops *ops, in tunnel_key_walker() 559 static struct tc_action_ops act_tunnel_key_ops = {
|
| D | act_csum.c | 45 static struct tc_action_ops act_csum_ops; 641 const struct tc_action_ops *ops, in tcf_csum_walker() 662 static struct tc_action_ops act_csum_ops = {
|
| D | act_ife.c | 39 static struct tc_action_ops act_ife_ops; 850 const struct tc_action_ops *ops, in tcf_ife_walker() 866 static struct tc_action_ops act_ife_ops = {
|