tcf_common         12 include/net/act_api.h 	struct tcf_common		*tcfc_next;
tcf_common         37 include/net/act_api.h 	struct tcf_common	common;
tcf_common         52 include/net/act_api.h 	struct tcf_common	**htab;
tcf_common         68 include/net/act_api.h 	struct tcf_common	common;
tcf_common         96 include/net/act_api.h extern struct tcf_common *tcf_hash_lookup(u32 index,
tcf_common        105 include/net/act_api.h extern struct tcf_common *tcf_hash_check(u32 index, struct tc_action *a,
tcf_common        107 include/net/act_api.h extern struct tcf_common *tcf_hash_create(u32 index, struct nlattr *est,
tcf_common          7 include/net/tc_act/tc_defact.h 	struct tcf_common	common;
tcf_common          7 include/net/tc_act/tc_gact.h 	struct tcf_common	common;
tcf_common          9 include/net/tc_act/tc_ipt.h 	struct tcf_common	common;
tcf_common          7 include/net/tc_act/tc_mirred.h 	struct tcf_common	common;
tcf_common          8 include/net/tc_act/tc_nat.h 	struct tcf_common common;
tcf_common          7 include/net/tc_act/tc_pedit.h 	struct tcf_common	common;
tcf_common         26 include/net/tc_act/tc_skbedit.h 	struct tcf_common	common;
tcf_common         31 net/sched/act_api.c 	struct tcf_common **p1p;
tcf_common         70 net/sched/act_api.c 	struct tcf_common *p;
tcf_common        117 net/sched/act_api.c 	struct tcf_common *p, *s_p;
tcf_common        161 net/sched/act_api.c struct tcf_common *tcf_hash_lookup(u32 index, struct tcf_hashinfo *hinfo)
tcf_common        163 net/sched/act_api.c 	struct tcf_common *p;
tcf_common        193 net/sched/act_api.c 	struct tcf_common *p = tcf_hash_lookup(index, hinfo);
tcf_common        203 net/sched/act_api.c struct tcf_common *tcf_hash_check(u32 index, struct tc_action *a, int bind,
tcf_common        206 net/sched/act_api.c 	struct tcf_common *p = NULL;
tcf_common        217 net/sched/act_api.c struct tcf_common *tcf_hash_create(u32 index, struct nlattr *est, struct tc_action *a, int size, int bind, u32 *idx_gen, struct tcf_hashinfo *hinfo)
tcf_common        219 net/sched/act_api.c 	struct tcf_common *p = kzalloc(size, GFP_KERNEL);
tcf_common         27 net/sched/act_gact.c static struct tcf_common *tcf_gact_ht[GACT_TAB_MASK + 1];
tcf_common         67 net/sched/act_gact.c 	struct tcf_common *pc;
tcf_common         31 net/sched/act_ipt.c static struct tcf_common *tcf_ipt_ht[IPT_TAB_MASK + 1];
tcf_common        109 net/sched/act_ipt.c 	struct tcf_common *pc;
tcf_common         32 net/sched/act_mirred.c static struct tcf_common *tcf_mirred_ht[MIRRED_TAB_MASK + 1];
tcf_common         67 net/sched/act_mirred.c 	struct tcf_common *pc;
tcf_common         33 net/sched/act_nat.c static struct tcf_common *tcf_nat_ht[NAT_TAB_MASK + 1];
tcf_common         54 net/sched/act_nat.c 	struct tcf_common *pc;
tcf_common         26 net/sched/act_pedit.c static struct tcf_common *tcf_pedit_ht[PEDIT_TAB_MASK + 1];
tcf_common         47 net/sched/act_pedit.c 	struct tcf_common *pc;
tcf_common         28 net/sched/act_police.c static struct tcf_common *tcf_police_ht[POL_TAB_MASK + 1];
tcf_common         55 net/sched/act_police.c 	struct tcf_common *p;
tcf_common        102 net/sched/act_police.c 	struct tcf_common **p1p;
tcf_common        155 net/sched/act_police.c 		struct tcf_common *pc;
tcf_common         27 net/sched/act_simple.c static struct tcf_common *tcf_simp_ht[SIMP_TAB_MASK + 1];
tcf_common        103 net/sched/act_simple.c 	struct tcf_common *pc;
tcf_common         32 net/sched/act_skbedit.c static struct tcf_common *tcf_skbedit_ht[SKBEDIT_TAB_MASK + 1];
tcf_common         74 net/sched/act_skbedit.c 	struct tcf_common *pc;