mfc_cache         195 include/linux/mroute.h 	struct mfc_cache *next;			/* Next entry on cache line 	*/
mfc_cache          91 net/ipv4/ipmr.c static struct mfc_cache *mfc_cache_array[MFC_LINES];	/* Forwarding cache	*/
mfc_cache          93 net/ipv4/ipmr.c static struct mfc_cache *mfc_unres_queue;		/* Queue of unresolved entries */
mfc_cache         359 net/ipv4/ipmr.c 	struct mfc_cache *c, **cp;
mfc_cache         508 net/ipv4/ipmr.c static struct mfc_cache *ipmr_cache_find(__be32 origin, __be32 mcastgrp)
mfc_cache         511 net/ipv4/ipmr.c 	struct mfc_cache *c;
mfc_cache         523 net/ipv4/ipmr.c static struct mfc_cache *ipmr_cache_alloc(void)
mfc_cache         525 net/ipv4/ipmr.c 	struct mfc_cache *c=kmem_cache_zalloc(mrt_cachep, GFP_KERNEL);
mfc_cache         532 net/ipv4/ipmr.c static struct mfc_cache *ipmr_cache_alloc_unres(void)
mfc_cache         534 net/ipv4/ipmr.c 	struct mfc_cache *c=kmem_cache_zalloc(mrt_cachep, GFP_ATOMIC);
mfc_cache         673 net/ipv4/ipmr.c 	struct mfc_cache *c;
mfc_cache         746 net/ipv4/ipmr.c 	struct mfc_cache *c, **cp;
mfc_cache         767 net/ipv4/ipmr.c 	struct mfc_cache *uc, *c, **cp;
mfc_cache         850 net/ipv4/ipmr.c 		struct mfc_cache *c, **cp;
mfc_cache         867 net/ipv4/ipmr.c 		struct mfc_cache *c;
mfc_cache        1074 net/ipv4/ipmr.c 	struct mfc_cache *c;
mfc_cache        1394 net/ipv4/ipmr.c 	struct mfc_cache *cache;
mfc_cache        1631 net/ipv4/ipmr.c 	struct mfc_cache *cache;
mfc_cache        1769 net/ipv4/ipmr.c 	struct mfc_cache **cache;
mfc_cache        1774 net/ipv4/ipmr.c static struct mfc_cache *ipmr_mfc_seq_idx(struct ipmr_mfc_iter *it, loff_t pos)
mfc_cache        1776 net/ipv4/ipmr.c 	struct mfc_cache *mfc;
mfc_cache        1809 net/ipv4/ipmr.c 	struct mfc_cache *mfc = v;
mfc_cache        1866 net/ipv4/ipmr.c 		const struct mfc_cache *mfc = v;
mfc_cache        1930 net/ipv4/ipmr.c 				       sizeof(struct mfc_cache),