Home
last modified time | relevance | path

Searched refs:tc_action_ops (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/include/net/
Dact_api.h91 const struct tc_action_ops *ops;
97 struct tc_action_ops { struct
128 int tcf_register_action(struct tc_action_ops *a, unsigned int mask); argument
129 int tcf_unregister_action(struct tc_action_ops *a);
/linux-4.4.14/net/sched/
Dact_api.c308 int tcf_register_action(struct tc_action_ops *act, unsigned int mask) in tcf_register_action()
310 struct tc_action_ops *a; in tcf_register_action()
347 int tcf_unregister_action(struct tc_action_ops *act) in tcf_unregister_action()
349 struct tc_action_ops *a; in tcf_unregister_action()
368 static struct tc_action_ops *tc_lookup_action_n(char *kind) in tc_lookup_action_n()
370 struct tc_action_ops *a, *res = NULL; in tc_lookup_action_n()
387 static struct tc_action_ops *tc_lookup_action(struct nlattr *kind) in tc_lookup_action()
389 struct tc_action_ops *a, *res = NULL; in tc_lookup_action()
509 struct tc_action_ops *a_o; in tcf_action_init_1()
1050 struct tc_action_ops *a_o; in tc_dump_action()
Dact_ipt.c263 static struct tc_action_ops act_ipt_ops = {
273 static struct tc_action_ops act_xt_ops = {
Dact_connmark.c172 static struct tc_action_ops act_connmark_ops = {
Dact_simple.c164 static struct tc_action_ops act_simp_ops = {
Dact_gact.c186 static struct tc_action_ops act_gact_ops = {
Dact_skbedit.c176 static struct tc_action_ops act_skbedit_ops = {
Dact_vlan.c184 static struct tc_action_ops act_vlan_ops = {
Dact_pedit.c214 static struct tc_action_ops act_pedit_ops = {
Dact_mirred.c252 static struct tc_action_ops act_mirred_ops = {
Dact_nat.c285 static struct tc_action_ops act_nat_ops = {
Dact_bpf.c370 static struct tc_action_ops act_bpf_ops __read_mostly = {
Dact_police.c349 static struct tc_action_ops act_police_ops = {
Dact_csum.c562 static struct tc_action_ops act_csum_ops = {