Symbol: mfc6_cache
drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c
827
struct mfc6_cache *mfc = (struct mfc6_cache *) c;
drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c
845
const struct mfc6_cache *mfc = (struct mfc6_cache *) c;
net/ipv6/ip6mr.c
1010
static struct mfc6_cache *
net/ipv6/ip6mr.c
1025
static struct mfc6_cache *ip6mr_cache_alloc(void)
net/ipv6/ip6mr.c
1027
struct mfc6_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_KERNEL);
net/ipv6/ip6mr.c
1037
static struct mfc6_cache *ip6mr_cache_alloc_unres(void)
net/ipv6/ip6mr.c
1039
struct mfc6_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_ATOMIC);
net/ipv6/ip6mr.c
1052
struct mfc6_cache *uc, struct mfc6_cache *c)
net/ipv6/ip6mr.c
1187
struct mfc6_cache *c = NULL;
net/ipv6/ip6mr.c
1269
struct mfc6_cache *c;
net/ipv6/ip6mr.c
1429
mrt_cachep = KMEM_CACHE(mfc6_cache, SLAB_HWCACHE_ALIGN);
net/ipv6/ip6mr.c
1478
struct mfc6_cache *uc, *c;
net/ipv6/ip6mr.c
1539
uc = (struct mfc6_cache *)_uc;
net/ipv6/ip6mr.c
1596
(struct mfc6_cache *)c, mrt->id);
net/ipv6/ip6mr.c
1597
mr6_netlink_event(mrt, (struct mfc6_cache *)c, RTM_DELROUTE);
net/ipv6/ip6mr.c
1609
mr6_netlink_event(mrt, (struct mfc6_cache *)c,
net/ipv6/ip6mr.c
1611
ip6mr_destroy_unres(mrt, (struct mfc6_cache *)c);
net/ipv6/ip6mr.c
1948
struct mfc6_cache *c;
net/ipv6/ip6mr.c
2016
struct mfc6_cache *c;
net/ipv6/ip6mr.c
2194
struct mfc6_cache *c)
net/ipv6/ip6mr.c
2206
struct mfc6_cache *cache_proxy;
net/ipv6/ip6mr.c
2293
struct mfc6_cache *c)
net/ipv6/ip6mr.c
2349
struct mfc6_cache *cache;
net/ipv6/ip6mr.c
2413
struct mfc6_cache *cache;
net/ipv6/ip6mr.c
2466
struct mfc6_cache *cache;
net/ipv6/ip6mr.c
2534
u32 portid, u32 seq, struct mfc6_cache *c, int cmd,
net/ipv6/ip6mr.c
2581
return ip6mr_fill_mroute(mrt, skb, portid, seq, (struct mfc6_cache *)c,
net/ipv6/ip6mr.c
2606
static void mr6_netlink_event(struct mr_table *mrt, struct mfc6_cache *mfc,
net/ipv6/ip6mr.c
2738
struct mfc6_cache *cache;
net/ipv6/ip6mr.c
375
struct mfc6_cache *c = (struct mfc6_cache *)ptr;
net/ipv6/ip6mr.c
383
.key_offset = offsetof(struct mfc6_cache, cmparg),
net/ipv6/ip6mr.c
524
const struct mfc6_cache *mfc = v;
net/ipv6/ip6mr.c
735
struct mfc6_cache *mfc, u32 tb_id)
net/ipv6/ip6mr.c
803
kmem_cache_free(mrt_cachep, (struct mfc6_cache *)c);
net/ipv6/ip6mr.c
806
static inline void ip6mr_cache_free(struct mfc6_cache *c)
net/ipv6/ip6mr.c
815
static void ip6mr_destroy_unres(struct mr_table *mrt, struct mfc6_cache *c)
net/ipv6/ip6mr.c
858
mr6_netlink_event(mrt, (struct mfc6_cache *)c, RTM_DELROUTE);
net/ipv6/ip6mr.c
859
ip6mr_destroy_unres(mrt, (struct mfc6_cache *)c);
net/ipv6/ip6mr.c
93
struct mfc6_cache *cache);
net/ipv6/ip6mr.c
96
static void mr6_netlink_event(struct mr_table *mrt, struct mfc6_cache *mfc,
net/ipv6/ip6mr.c
982
static struct mfc6_cache *ip6mr_cache_find(struct mr_table *mrt,
net/ipv6/ip6mr.c
995
static struct mfc6_cache *ip6mr_cache_find_any(struct mr_table *mrt,