taglinefilesource code
mfc_cache141include/linux/mroute.hstruct mfc_cache *next;      /* Next entry on cache line   */
mfc_cache59net/ipv4/ipmr.cstatic struct mfc_cache *mfc_cache_array[MFC_LINES];  /* Forwarding cache  */
mfc_cache60net/ipv4/ipmr.cstatic struct mfc_cache *cache_resolve_queue;    /* Unresolved cache  */
mfc_cache97net/ipv4/ipmr.cstatic void ipmr_cache_delete(struct mfc_cache *cache)
mfc_cache101net/ipv4/ipmr.cstruct mfc_cache **cp;
mfc_cache152net/ipv4/ipmr.cstruct mfc_cache *cache=(struct mfc_cache *)data;
mfc_cache160net/ipv4/ipmr.cstatic void ipmr_cache_insert(struct mfc_cache *c)
mfc_cache171net/ipv4/ipmr.cstruct mfc_cache *ipmr_cache_find(__u32 origin, __u32 mcastgrp)
mfc_cache174net/ipv4/ipmr.cstruct mfc_cache *cache;
mfc_cache196net/ipv4/ipmr.cstatic struct mfc_cache *ipmr_cache_alloc(int priority)
mfc_cache198net/ipv4/ipmr.cstruct mfc_cache *c=(struct mfc_cache *)kmalloc(sizeof(struct mfc_cache), priority);
mfc_cache213net/ipv4/ipmr.cstatic void ipmr_cache_resolve(struct mfc_cache *cache)
mfc_cache215net/ipv4/ipmr.cstruct mfc_cache **p;
mfc_cache296net/ipv4/ipmr.cstatic void ipmr_cache_unresolved(struct mfc_cache *cache, vifi_t vifi, struct sk_buff *skb, int is_frag)
mfc_cache355net/ipv4/ipmr.cstruct mfc_cache *cache;
mfc_cache729net/ipv4/ipmr.cstruct mfc_cache *cache;
mfc_cache839net/ipv4/ipmr.cstruct mfc_cache *mfc;