Lines Matching refs:fp
67 struct tcindex_filter __rcu **fp; in tcindex_lookup() local
70 fp = &p->h[key % p->hash]; in tcindex_lookup()
71 for (f = rcu_dereference_bh_rtnl(*fp); in tcindex_lookup()
73 fp = &f->next, f = rcu_dereference_bh_rtnl(*fp)) in tcindex_lookup()
399 struct tcindex_filter __rcu **fp; in tcindex_set_parms() local
403 fp = cp->h + (handle % cp->hash); in tcindex_set_parms()
404 for (nfp = rtnl_dereference(*fp); in tcindex_set_parms()
406 fp = &nfp->next, nfp = rtnl_dereference(*fp)) in tcindex_set_parms()
409 rcu_assign_pointer(*fp, f); in tcindex_set_parms()
540 struct tcindex_filter __rcu **fp; in tcindex_dump() local
545 fp = &p->h[i]; in tcindex_dump()
546 for (f = rtnl_dereference(*fp); in tcindex_dump()
548 fp = &f->next, f = rtnl_dereference(*fp)) { in tcindex_dump()