Searched refs:mfc_cache (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | ipmr.c | 102 struct mfc_cache *cache, int local); 105 static void mroute_netlink_event(struct mr_table *mrt, struct mfc_cache *mfc, 366 struct mfc_cache *c = (struct mfc_cache *)ptr; in ipmr_hash_cmp() 374 .key_offset = offsetof(struct mfc_cache, cmparg), 633 struct mfc_cache *mfc, u32 tb_id) in call_ipmr_mfc_entry_notifiers() 709 kmem_cache_free(mrt_cachep, (struct mfc_cache *)c); in ipmr_cache_free_rcu() 712 static void ipmr_cache_free(struct mfc_cache *c) in ipmr_cache_free() 720 static void ipmr_destroy_unres(struct mr_table *mrt, struct mfc_cache *c) in ipmr_destroy_unres() 776 mroute_netlink_event(mrt, (struct mfc_cache *)c, RTM_DELROUTE); in ipmr_expire_process() 777 ipmr_destroy_unres(mrt, (struct mfc_cache *)c); in ipmr_expire_process() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mroute.h | 73 struct mfc_cache { struct
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A 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()
|