Lines Matching refs:mrt
272 void (*table_set)(struct mr_table *mrt,
278 void *mr_mfc_find_parent(struct mr_table *mrt,
280 void *mr_mfc_find_any_parent(struct mr_table *mrt, int vifi);
281 void *mr_mfc_find_any(struct mr_table *mrt, int vifi, void *hasharg);
283 int mr_fill_mroute(struct mr_table *mrt, struct sk_buff *skb,
285 int mr_table_dump(struct mr_table *mrt, struct sk_buff *skb,
287 int (*fill)(struct mr_table *mrt, struct sk_buff *skb,
293 struct mr_table *mrt),
294 int (*fill)(struct mr_table *mrt,
305 struct mr_table *mrt),
317 static inline void *mr_mfc_find_parent(struct mr_table *mrt, in mr_mfc_find_parent() argument
323 static inline void *mr_mfc_find_any_parent(struct mr_table *mrt, in mr_mfc_find_any_parent() argument
329 static inline struct mr_mfc *mr_mfc_find_any(struct mr_table *mrt, in mr_mfc_find_any() argument
335 static inline int mr_fill_mroute(struct mr_table *mrt, struct sk_buff *skb, in mr_fill_mroute() argument
344 struct mr_table *mrt), in mr_rtm_dumproute() argument
345 int (*fill)(struct mr_table *mrt, in mr_rtm_dumproute() argument
360 struct mr_table *mrt), in mr_dump() argument
367 static inline void *mr_mfc_find(struct mr_table *mrt, void *hasharg) in mr_mfc_find() argument
369 return mr_mfc_find_parent(mrt, hasharg, -1); in mr_mfc_find()
375 struct mr_table *mrt; member
381 struct mr_table *mrt; member
408 struct mr_table *mrt, spinlock_t *lock) in mr_mfc_seq_start() argument
412 it->mrt = mrt; in mr_mfc_seq_start()
424 struct mr_table *mrt = it->mrt; in mr_mfc_seq_stop() local
426 if (it->cache == &mrt->mfc_unres_queue) in mr_mfc_seq_stop()
428 else if (it->cache == &mrt->mfc_cache_list) in mr_mfc_seq_stop()
462 struct mr_table *mrt, spinlock_t *lock) in mr_mfc_seq_start() argument