Lines Matching refs:fp
66 struct tcindex_filter __rcu **fp; in tcindex_lookup() local
69 fp = &p->h[key % p->hash]; in tcindex_lookup()
70 for (f = rcu_dereference_bh_rtnl(*fp); in tcindex_lookup()
72 fp = &f->next, f = rcu_dereference_bh_rtnl(*fp)) in tcindex_lookup()
378 struct tcindex_filter __rcu **fp; in tcindex_set_parms() local
382 fp = cp->h + (handle % cp->hash); in tcindex_set_parms()
383 for (nfp = rtnl_dereference(*fp); in tcindex_set_parms()
385 fp = &nfp->next, nfp = rtnl_dereference(*fp)) in tcindex_set_parms()
388 rcu_assign_pointer(*fp, f); in tcindex_set_parms()
519 struct tcindex_filter __rcu **fp; in tcindex_dump() local
524 fp = &p->h[i]; in tcindex_dump()
525 for (f = rtnl_dereference(*fp); in tcindex_dump()
527 fp = &f->next, f = rtnl_dereference(*fp)) { in tcindex_dump()