Symbol: mfc_cache
drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c
780
struct mfc_cache *mfc = (struct mfc_cache *) c;
drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c
798
const struct mfc_cache *mfc = (struct mfc_cache *) c;
net/ipv4/ipmr.c
1007
static struct mfc_cache *ipmr_cache_alloc_unres(void)
net/ipv4/ipmr.c
1009
struct mfc_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_ATOMIC);
net/ipv4/ipmr.c
1020
struct mfc_cache *uc, struct mfc_cache *c)
net/ipv4/ipmr.c
110
struct mfc_cache *cache, int local);
net/ipv4/ipmr.c
113
static void mroute_netlink_event(struct mr_table *mrt, struct mfc_cache *mfc,
net/ipv4/ipmr.c
1147
struct mfc_cache *c = NULL;
net/ipv4/ipmr.c
1224
struct mfc_cache *c;
net/ipv4/ipmr.c
1244
struct mfc_cache *uc, *c;
net/ipv4/ipmr.c
1298
uc = (struct mfc_cache *)_uc;
net/ipv4/ipmr.c
1326
struct mfc_cache *cache;
net/ipv4/ipmr.c
1351
cache = (struct mfc_cache *)c;
net/ipv4/ipmr.c
1366
cache = (struct mfc_cache *)c;
net/ipv4/ipmr.c
1685
struct mfc_cache *c;
net/ipv4/ipmr.c
1755
struct mfc_cache *c;
net/ipv4/ipmr.c
2043
struct mfc_cache *c, int local)
net/ipv4/ipmr.c
2055
struct mfc_cache *cache_proxy;
net/ipv4/ipmr.c
2191
struct mfc_cache *cache;
net/ipv4/ipmr.c
2288
struct mfc_cache *c)
net/ipv4/ipmr.c
2343
struct mfc_cache *cache;
net/ipv4/ipmr.c
2450
struct mfc_cache *cache;
net/ipv4/ipmr.c
2507
u32 portid, u32 seq, struct mfc_cache *c, int cmd,
net/ipv4/ipmr.c
2554
return ipmr_fill_mroute(mrt, skb, portid, seq, (struct mfc_cache *)c,
net/ipv4/ipmr.c
2579
static void mroute_netlink_event(struct mr_table *mrt, struct mfc_cache *mfc,
net/ipv4/ipmr.c
2728
struct mfc_cache *cache;
net/ipv4/ipmr.c
3212
const struct mfc_cache *mfc = v;
net/ipv4/ipmr.c
3376
mrt_cachep = KMEM_CACHE(mfc_cache, SLAB_HWCACHE_ALIGN | SLAB_PANIC);
net/ipv4/ipmr.c
393
const struct mfc_cache *c = ptr;
net/ipv4/ipmr.c
401
.key_offset = offsetof(struct mfc_cache, cmparg),
net/ipv4/ipmr.c
674
struct mfc_cache *mfc, u32 tb_id)
net/ipv4/ipmr.c
747
kmem_cache_free(mrt_cachep, (struct mfc_cache *)c);
net/ipv4/ipmr.c
750
static void ipmr_cache_free(struct mfc_cache *c)
net/ipv4/ipmr.c
758
static void ipmr_destroy_unres(struct mr_table *mrt, struct mfc_cache *c)
net/ipv4/ipmr.c
815
mroute_netlink_event(mrt, (struct mfc_cache *)c, RTM_DELROUTE);
net/ipv4/ipmr.c
816
ipmr_destroy_unres(mrt, (struct mfc_cache *)c);
net/ipv4/ipmr.c
954
static struct mfc_cache *ipmr_cache_find(struct mr_table *mrt,
net/ipv4/ipmr.c
967
static struct mfc_cache *ipmr_cache_find_any(struct mr_table *mrt,
net/ipv4/ipmr.c
981
static struct mfc_cache *ipmr_cache_find_parent(struct mr_table *mrt,
net/ipv4/ipmr.c
994
static struct mfc_cache *ipmr_cache_alloc(void)
net/ipv4/ipmr.c
996
struct mfc_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_KERNEL);