Home
last modified time | relevance | path

Searched refs:tcf_gact (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/net/sched/
Dact_gact.c38 static int gact_net_rand(struct tcf_gact *gact) in gact_net_rand()
45 static int gact_determ(struct tcf_gact *gact) in gact_determ()
52 typedef int (*g_rand)(struct tcf_gact *gact);
66 struct tcf_gact *gact; in tcf_gact_init()
121 struct tcf_gact *gact = a->priv; in tcf_gact_cleanup()
128 static int tcf_gact(struct sk_buff *skb, const struct tc_action *a, in tcf_gact() function
131 struct tcf_gact *gact = a->priv; in tcf_gact()
156 struct tcf_gact *gact = a->priv; in tcf_gact_dump()
194 .act = tcf_gact,
/linux-3.3/include/net/tc_act/
Dtc_gact.h6 struct tcf_gact { struct
15 container_of(pc, struct tcf_gact, common) argument