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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/tc_act/
H A Dtc_gact.h6 struct tcf_gact { struct
15 container_of(pc, struct tcf_gact, common)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dact_gact.c49 static int gact_net_rand(struct tcf_gact *gact)
56 static int gact_determ(struct tcf_gact *gact)
63 typedef int (*g_rand)(struct tcf_gact *gact);
72 struct tcf_gact *gact;
126 struct tcf_gact *gact = a->priv;
133 static int tcf_gact(struct sk_buff *skb, struct tc_action *a, struct tcf_result *res) function
135 struct tcf_gact *gact = a->priv;
161 struct tcf_gact *gact = a->priv;
195 .act = tcf_gact,

Completed in 53 milliseconds