Lines Matching refs:mr_table

212 struct mr_table;
242 struct mr_table { struct
269 struct mr_table * argument
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,
287 struct mr_table *(*iter)(struct net *net,
288 struct mr_table *mrt),
289 int (*fill)(struct mr_table *mrt,
298 struct mr_table *(*mr_iter)(struct net *net,
299 struct mr_table *mrt),
311 static inline void *mr_mfc_find_parent(struct mr_table *mrt, in mr_mfc_find_parent()
317 static inline void *mr_mfc_find_any_parent(struct mr_table *mrt, in mr_mfc_find_any_parent()
323 static inline struct mr_mfc *mr_mfc_find_any(struct mr_table *mrt, in mr_mfc_find_any()
329 static inline int mr_fill_mroute(struct mr_table *mrt, struct sk_buff *skb, in mr_fill_mroute()
337 struct mr_table *(*iter)(struct net *net, in mr_rtm_dumproute()
338 struct mr_table *mrt), in mr_rtm_dumproute()
339 int (*fill)(struct mr_table *mrt, in mr_rtm_dumproute()
352 struct mr_table *(*mr_iter)(struct net *net, in mr_dump()
353 struct mr_table *mrt), in mr_dump()
360 static inline void *mr_mfc_find(struct mr_table *mrt, void *hasharg) in mr_mfc_find()
368 struct mr_table *mrt;
374 struct mr_table *mrt;
401 struct mr_table *mrt, spinlock_t *lock) in mr_mfc_seq_start()
417 struct mr_table *mrt = it->mrt; in mr_mfc_seq_stop()
455 struct mr_table *mrt, spinlock_t *lock) in mr_mfc_seq_start()