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
1001
struct mfc6_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_KERNEL);
net/ipv6/ip6mr.c
1011
static struct mfc6_cache *ip6mr_cache_alloc_unres(void)
net/ipv6/ip6mr.c
1013
struct mfc6_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_ATOMIC);
net/ipv6/ip6mr.c
1026
struct mfc6_cache *uc, struct mfc6_cache *c)
net/ipv6/ip6mr.c
1162
struct mfc6_cache *c;
net/ipv6/ip6mr.c
1239
struct mfc6_cache *c;
net/ipv6/ip6mr.c
1398
mrt_cachep = KMEM_CACHE(mfc6_cache, SLAB_HWCACHE_ALIGN);
net/ipv6/ip6mr.c
1447
struct mfc6_cache *uc, *c;
net/ipv6/ip6mr.c
1509
uc = (struct mfc6_cache *)_uc;
net/ipv6/ip6mr.c
1564
(struct mfc6_cache *)c, mrt->id);
net/ipv6/ip6mr.c
1565
mr6_netlink_event(mrt, (struct mfc6_cache *)c, RTM_DELROUTE);
net/ipv6/ip6mr.c
1575
mr6_netlink_event(mrt, (struct mfc6_cache *)c,
net/ipv6/ip6mr.c
1577
ip6mr_destroy_unres(mrt, (struct mfc6_cache *)c);
net/ipv6/ip6mr.c
1905
struct mfc6_cache *c;
net/ipv6/ip6mr.c
1973
struct mfc6_cache *c;
net/ipv6/ip6mr.c
2151
struct mfc6_cache *c)
net/ipv6/ip6mr.c
2163
struct mfc6_cache *cache_proxy;
net/ipv6/ip6mr.c
2250
struct mfc6_cache *c)
net/ipv6/ip6mr.c
2306
struct mfc6_cache *cache;
net/ipv6/ip6mr.c
2370
struct mfc6_cache *cache;
net/ipv6/ip6mr.c
2423
struct mfc6_cache *cache;
net/ipv6/ip6mr.c
2491
u32 portid, u32 seq, struct mfc6_cache *c, int cmd,
net/ipv6/ip6mr.c
2538
return ip6mr_fill_mroute(mrt, skb, portid, seq, (struct mfc6_cache *)c,
net/ipv6/ip6mr.c
2563
static void mr6_netlink_event(struct mr_table *mrt, struct mfc6_cache *mfc,
net/ipv6/ip6mr.c
2696
struct mfc6_cache *cache;
net/ipv6/ip6mr.c
360
struct mfc6_cache *c = (struct mfc6_cache *)ptr;
net/ipv6/ip6mr.c
368
.key_offset = offsetof(struct mfc6_cache, cmparg),
net/ipv6/ip6mr.c
503
const struct mfc6_cache *mfc = v;
net/ipv6/ip6mr.c
710
struct mfc6_cache *mfc, u32 tb_id)
net/ipv6/ip6mr.c
778
kmem_cache_free(mrt_cachep, (struct mfc6_cache *)c);
net/ipv6/ip6mr.c
781
static inline void ip6mr_cache_free(struct mfc6_cache *c)
net/ipv6/ip6mr.c
790
static void ip6mr_destroy_unres(struct mr_table *mrt, struct mfc6_cache *c)
net/ipv6/ip6mr.c
832
mr6_netlink_event(mrt, (struct mfc6_cache *)c, RTM_DELROUTE);
net/ipv6/ip6mr.c
833
ip6mr_destroy_unres(mrt, (struct mfc6_cache *)c);
net/ipv6/ip6mr.c
92
struct mfc6_cache *cache);
net/ipv6/ip6mr.c
95
static void mr6_netlink_event(struct mr_table *mrt, struct mfc6_cache *mfc,
net/ipv6/ip6mr.c
956
static struct mfc6_cache *ip6mr_cache_find(struct mr_table *mrt,
net/ipv6/ip6mr.c
969
static struct mfc6_cache *ip6mr_cache_find_any(struct mr_table *mrt,
net/ipv6/ip6mr.c
984
static struct mfc6_cache *
net/ipv6/ip6mr.c
999
static struct mfc6_cache *ip6mr_cache_alloc(void)