Lines Matching refs:mrt
273 void (*table_set)(struct mr_table *mrt,
279 void *mr_mfc_find_parent(struct mr_table *mrt,
281 void *mr_mfc_find_any_parent(struct mr_table *mrt, int vifi);
282 void *mr_mfc_find_any(struct mr_table *mrt, int vifi, void *hasharg);
284 int mr_fill_mroute(struct mr_table *mrt, struct sk_buff *skb,
288 struct mr_table *mrt),
289 int (*fill)(struct mr_table *mrt,
299 struct mr_table *mrt),
311 static inline void *mr_mfc_find_parent(struct mr_table *mrt, in mr_mfc_find_parent() argument
317 static inline void *mr_mfc_find_any_parent(struct mr_table *mrt, in mr_mfc_find_any_parent() argument
323 static inline struct mr_mfc *mr_mfc_find_any(struct mr_table *mrt, in mr_mfc_find_any() argument
329 static inline int mr_fill_mroute(struct mr_table *mrt, struct sk_buff *skb, in mr_fill_mroute() argument
338 struct mr_table *mrt), in mr_rtm_dumproute() argument
339 int (*fill)(struct mr_table *mrt, in mr_rtm_dumproute() argument
353 struct mr_table *mrt), in mr_dump() argument
360 static inline void *mr_mfc_find(struct mr_table *mrt, void *hasharg) in mr_mfc_find() argument
362 return mr_mfc_find_parent(mrt, hasharg, -1); in mr_mfc_find()
368 struct mr_table *mrt; member
374 struct mr_table *mrt; member
401 struct mr_table *mrt, spinlock_t *lock) in mr_mfc_seq_start() argument
405 it->mrt = mrt; in mr_mfc_seq_start()
417 struct mr_table *mrt = it->mrt; in mr_mfc_seq_stop() local
419 if (it->cache == &mrt->mfc_unres_queue) in mr_mfc_seq_stop()
421 else if (it->cache == &mrt->mfc_cache_list) in mr_mfc_seq_stop()
455 struct mr_table *mrt, spinlock_t *lock) in mr_mfc_seq_start() argument