Lines Matching refs:mr_table

211 struct mr_table;
241 struct mr_table { struct
268 struct mr_table * argument
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,
292 struct mr_table *(*iter)(struct net *net,
293 struct mr_table *mrt),
294 int (*fill)(struct mr_table *mrt,
304 struct mr_table *(*mr_iter)(struct net *net,
305 struct mr_table *mrt),
317 static inline void *mr_mfc_find_parent(struct mr_table *mrt, in mr_mfc_find_parent()
323 static inline void *mr_mfc_find_any_parent(struct mr_table *mrt, in mr_mfc_find_any_parent()
329 static inline struct mr_mfc *mr_mfc_find_any(struct mr_table *mrt, in mr_mfc_find_any()
335 static inline int mr_fill_mroute(struct mr_table *mrt, struct sk_buff *skb, in mr_fill_mroute()
343 struct mr_table *(*iter)(struct net *net, in mr_rtm_dumproute()
344 struct mr_table *mrt), in mr_rtm_dumproute()
345 int (*fill)(struct mr_table *mrt, in mr_rtm_dumproute()
359 struct mr_table *(*mr_iter)(struct net *net, in mr_dump()
360 struct mr_table *mrt), in mr_dump()
367 static inline void *mr_mfc_find(struct mr_table *mrt, void *hasharg) in mr_mfc_find()
375 struct mr_table *mrt;
381 struct mr_table *mrt;
408 struct mr_table *mrt, spinlock_t *lock) in mr_mfc_seq_start()
424 struct mr_table *mrt = it->mrt; in mr_mfc_seq_stop()
462 struct mr_table *mrt, spinlock_t *lock) in mr_mfc_seq_start()