Searched refs:mfc_cache (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/net/ipv4/ |
D | ipmr.c | 102 struct mfc_cache *cache, int local); 105 static void mroute_netlink_event(struct mr_table *mrt, struct mfc_cache *mfc, 364 struct mfc_cache *c = (struct mfc_cache *)ptr; in ipmr_hash_cmp() 372 .key_offset = offsetof(struct mfc_cache, cmparg), 631 struct mfc_cache *mfc, u32 tb_id) in call_ipmr_mfc_entry_notifiers() 707 kmem_cache_free(mrt_cachep, (struct mfc_cache *)c); in ipmr_cache_free_rcu() 710 static void ipmr_cache_free(struct mfc_cache *c) in ipmr_cache_free() 718 static void ipmr_destroy_unres(struct mr_table *mrt, struct mfc_cache *c) in ipmr_destroy_unres() 774 mroute_netlink_event(mrt, (struct mfc_cache *)c, RTM_DELROUTE); in ipmr_expire_process() 775 ipmr_destroy_unres(mrt, (struct mfc_cache *)c); in ipmr_expire_process() [all …]
|
/Linux-v5.10/include/linux/ |
D | mroute.h | 73 struct mfc_cache { struct
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_mr.c | 781 struct mfc_cache *mfc = (struct mfc_cache *) c; in mlxsw_sp_mr_route4_validate() 799 const struct mfc_cache *mfc = (struct mfc_cache *) c; in mlxsw_sp_mr_route4_key()
|