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
109
struct mfc_cache *cache, int local);
net/ipv4/ipmr.c
112
static void mroute_netlink_event(struct mr_table *mrt, struct mfc_cache *mfc,
net/ipv4/ipmr.c
1124
struct mfc_cache *c;
net/ipv4/ipmr.c
1197
struct mfc_cache *c;
net/ipv4/ipmr.c
1218
struct mfc_cache *uc, *c;
net/ipv4/ipmr.c
1273
uc = (struct mfc_cache *)_uc;
net/ipv4/ipmr.c
1300
struct mfc_cache *cache;
net/ipv4/ipmr.c
1324
cache = (struct mfc_cache *)c;
net/ipv4/ipmr.c
1337
cache = (struct mfc_cache *)c;
net/ipv4/ipmr.c
1640
struct mfc_cache *c;
net/ipv4/ipmr.c
1710
struct mfc_cache *c;
net/ipv4/ipmr.c
1998
struct mfc_cache *c, int local)
net/ipv4/ipmr.c
2010
struct mfc_cache *cache_proxy;
net/ipv4/ipmr.c
2146
struct mfc_cache *cache;
net/ipv4/ipmr.c
2243
struct mfc_cache *c)
net/ipv4/ipmr.c
2298
struct mfc_cache *cache;
net/ipv4/ipmr.c
2405
struct mfc_cache *cache;
net/ipv4/ipmr.c
2462
u32 portid, u32 seq, struct mfc_cache *c, int cmd,
net/ipv4/ipmr.c
2509
return ipmr_fill_mroute(mrt, skb, portid, seq, (struct mfc_cache *)c,
net/ipv4/ipmr.c
2534
static void mroute_netlink_event(struct mr_table *mrt, struct mfc_cache *mfc,
net/ipv4/ipmr.c
2685
struct mfc_cache *cache;
net/ipv4/ipmr.c
3139
const struct mfc_cache *mfc = v;
net/ipv4/ipmr.c
3303
mrt_cachep = KMEM_CACHE(mfc_cache, SLAB_HWCACHE_ALIGN | SLAB_PANIC);
net/ipv4/ipmr.c
378
const struct mfc_cache *c = ptr;
net/ipv4/ipmr.c
386
.key_offset = offsetof(struct mfc_cache, cmparg),
net/ipv4/ipmr.c
654
struct mfc_cache *mfc, u32 tb_id)
net/ipv4/ipmr.c
727
kmem_cache_free(mrt_cachep, (struct mfc_cache *)c);
net/ipv4/ipmr.c
730
static void ipmr_cache_free(struct mfc_cache *c)
net/ipv4/ipmr.c
738
static void ipmr_destroy_unres(struct mr_table *mrt, struct mfc_cache *c)
net/ipv4/ipmr.c
794
mroute_netlink_event(mrt, (struct mfc_cache *)c, RTM_DELROUTE);
net/ipv4/ipmr.c
795
ipmr_destroy_unres(mrt, (struct mfc_cache *)c);
net/ipv4/ipmr.c
933
static struct mfc_cache *ipmr_cache_find(struct mr_table *mrt,
net/ipv4/ipmr.c
946
static struct mfc_cache *ipmr_cache_find_any(struct mr_table *mrt,
net/ipv4/ipmr.c
960
static struct mfc_cache *ipmr_cache_find_parent(struct mr_table *mrt,
net/ipv4/ipmr.c
973
static struct mfc_cache *ipmr_cache_alloc(void)
net/ipv4/ipmr.c
975
struct mfc_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_KERNEL);
net/ipv4/ipmr.c
986
static struct mfc_cache *ipmr_cache_alloc_unres(void)
net/ipv4/ipmr.c
988
struct mfc_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_ATOMIC);
net/ipv4/ipmr.c
999
struct mfc_cache *uc, struct mfc_cache *c)