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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/tc_act/
H A Dtc_gact.h6 struct tcf_gact { struct
15 container_of(pc, struct tcf_gact, common)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dact_gact.c38 static int gact_net_rand(struct tcf_gact *gact)
45 static int gact_determ(struct tcf_gact *gact)
52 typedef int (*g_rand)(struct tcf_gact *gact);
66 struct tcf_gact *gact;
121 struct tcf_gact *gact = a->priv;
128 static int tcf_gact(struct sk_buff *skb, struct tc_action *a, struct tcf_result *res) function
130 struct tcf_gact *gact = a->priv;
155 struct tcf_gact *gact = a->priv;
193 .act = tcf_gact,

Completed in 161 milliseconds