Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dact_gact.c29 static int gact_net_rand(struct tcf_gact *gact) in gact_net_rand()
37 static int gact_determ(struct tcf_gact *gact) in gact_determ()
47 typedef int (*g_rand)(struct tcf_gact *gact);
62 struct tcf_gact *gact; in tcf_gact_init()
125 static int tcf_gact(struct sk_buff *skb, const struct tc_action *a, in tcf_gact() function
128 struct tcf_gact *gact = a->priv; in tcf_gact()
151 struct tcf_gact *gact = a->priv; in tcf_gact_dump()
190 .act = tcf_gact,
/linux-4.4.14/include/net/tc_act/
Dtc_gact.h6 struct tcf_gact { struct
16 container_of(a->priv, struct tcf_gact, common) argument