Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dact_api.h78 const struct tc_action_ops *ops;
84 struct tc_action_ops { struct
116 int tcf_register_action(struct tc_action_ops *a, unsigned int mask); argument
117 int tcf_unregister_action(struct tc_action_ops *a);
/linux-4.1.27/net/sched/
Dact_api.c285 int tcf_register_action(struct tc_action_ops *act, unsigned int mask) in tcf_register_action()
287 struct tc_action_ops *a; in tcf_register_action()
324 int tcf_unregister_action(struct tc_action_ops *act) in tcf_unregister_action()
326 struct tc_action_ops *a; in tcf_unregister_action()
345 static struct tc_action_ops *tc_lookup_action_n(char *kind) in tc_lookup_action_n()
347 struct tc_action_ops *a, *res = NULL; in tc_lookup_action_n()
364 static struct tc_action_ops *tc_lookup_action(struct nlattr *kind) in tc_lookup_action()
366 struct tc_action_ops *a, *res = NULL; in tc_lookup_action()
491 struct tc_action_ops *a_o; in tcf_action_init_1()
1032 struct tc_action_ops *a_o; in tc_dump_action()
Dact_ipt.c262 static struct tc_action_ops act_ipt_ops = {
272 static struct tc_action_ops act_xt_ops = {
Dact_connmark.c166 static struct tc_action_ops act_connmark_ops = {
Dact_simple.c163 static struct tc_action_ops act_simp_ops = {
Dact_gact.c180 static struct tc_action_ops act_gact_ops = {
Dact_skbedit.c175 static struct tc_action_ops act_skbedit_ops = {
Dact_vlan.c183 static struct tc_action_ops act_vlan_ops = {
Dact_mirred.c237 static struct tc_action_ops act_mirred_ops = {
Dact_pedit.c217 static struct tc_action_ops act_pedit_ops = {
Dact_nat.c283 static struct tc_action_ops act_nat_ops = {
Dact_bpf.c357 static struct tc_action_ops act_bpf_ops __read_mostly = {
Dact_police.c349 static struct tc_action_ops act_police_ops = {
Dact_csum.c561 static struct tc_action_ops act_csum_ops = {