Searched refs:mfc_cache (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/ipv4/ |
D | ipmr.c | 129 struct sk_buff *skb, struct mfc_cache *cache, 134 struct mfc_cache *c, struct rtmsg *rtm); 135 static void mroute_netlink_event(struct mr_table *mrt, struct mfc_cache *mfc, 607 struct mfc_cache *c = container_of(head, struct mfc_cache, rcu); in ipmr_cache_free_rcu() 612 static inline void ipmr_cache_free(struct mfc_cache *c) in ipmr_cache_free() 621 static void ipmr_destroy_unres(struct mr_table *mrt, struct mfc_cache *c) in ipmr_destroy_unres() 656 struct mfc_cache *c, *next; in ipmr_expire_process() 691 static void ipmr_update_thresholds(struct mr_table *mrt, struct mfc_cache *cache, in ipmr_update_thresholds() 821 static struct mfc_cache *ipmr_cache_find(struct mr_table *mrt, in ipmr_cache_find() 826 struct mfc_cache *c; in ipmr_cache_find() [all …]
|
/linux-4.4.14/include/linux/ |
D | mroute.h | 67 struct mfc_cache { struct
|