Lines Matching refs:mrt

282 	       void (*table_set)(struct mr_table *mrt,
288 void *mr_mfc_find_parent(struct mr_table *mrt,
290 void *mr_mfc_find_any_parent(struct mr_table *mrt, int vifi);
291 void *mr_mfc_find_any(struct mr_table *mrt, int vifi, void *hasharg);
293 int mr_fill_mroute(struct mr_table *mrt, struct sk_buff *skb,
295 int mr_table_dump(struct mr_table *mrt, struct sk_buff *skb,
297 int (*fill)(struct mr_table *mrt, struct sk_buff *skb,
303 struct mr_table *mrt),
304 int (*fill)(struct mr_table *mrt,
315 struct mr_table *mrt),
327 static inline void *mr_mfc_find_parent(struct mr_table *mrt, in mr_mfc_find_parent() argument
333 static inline void *mr_mfc_find_any_parent(struct mr_table *mrt, in mr_mfc_find_any_parent() argument
339 static inline struct mr_mfc *mr_mfc_find_any(struct mr_table *mrt, in mr_mfc_find_any() argument
345 static inline int mr_fill_mroute(struct mr_table *mrt, struct sk_buff *skb, in mr_fill_mroute() argument
354 struct mr_table *mrt), in mr_rtm_dumproute() argument
355 int (*fill)(struct mr_table *mrt, in mr_rtm_dumproute() argument
370 struct mr_table *mrt), in mr_dump() argument
377 static inline void *mr_mfc_find(struct mr_table *mrt, void *hasharg) in mr_mfc_find() argument
379 return mr_mfc_find_parent(mrt, hasharg, -1); in mr_mfc_find()
385 struct mr_table *mrt; member
391 struct mr_table *mrt; member
418 struct mr_table *mrt, spinlock_t *lock) in mr_mfc_seq_start() argument
422 it->mrt = mrt; in mr_mfc_seq_start()
434 struct mr_table *mrt = it->mrt; in mr_mfc_seq_stop() local
436 if (it->cache == &mrt->mfc_unres_queue) in mr_mfc_seq_stop()
438 else if (it->cache == &mrt->mfc_cache_list) in mr_mfc_seq_stop()
472 struct mr_table *mrt, spinlock_t *lock) in mr_mfc_seq_start() argument