Lines Matching refs:tcf_common
32 struct tcf_common *p = container_of(head, struct tcf_common, tcfc_rcu); in free_tcf()
41 struct tcf_common *p = a->priv; in tcf_hash_destroy()
58 struct tcf_common *p = a->priv; in __tcf_hash_release()
85 struct tcf_common *p; in tcf_dump_walker()
134 struct tcf_common *p; in tcf_del_walker()
179 static struct tcf_common *tcf_hash_lookup(u32 index, struct tcf_hashinfo *hinfo) in tcf_hash_lookup()
181 struct tcf_common *p = NULL; in tcf_hash_lookup()
211 struct tcf_common *p = tcf_hash_lookup(index, hinfo); in tcf_hash_search()
224 struct tcf_common *p = NULL; in tcf_hash_check()
238 struct tcf_common *pc = a->priv; in tcf_hash_cleanup()
250 struct tcf_common *p = kzalloc(size, GFP_KERNEL); in tcf_hash_create()
295 struct tcf_common *p = a->priv; in tcf_hash_insert()
621 struct tcf_common *p = a->priv; in tcf_action_copy_stats()