Lines Matching refs:mr_table

216 struct mr_table;
246 struct mr_table { struct
278 struct mr_table * argument
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,
302 struct mr_table *(*iter)(struct net *net,
303 struct mr_table *mrt),
304 int (*fill)(struct mr_table *mrt,
314 struct mr_table *(*mr_iter)(struct net *net,
315 struct mr_table *mrt),
327 static inline void *mr_mfc_find_parent(struct mr_table *mrt, in mr_mfc_find_parent()
333 static inline void *mr_mfc_find_any_parent(struct mr_table *mrt, in mr_mfc_find_any_parent()
339 static inline struct mr_mfc *mr_mfc_find_any(struct mr_table *mrt, in mr_mfc_find_any()
345 static inline int mr_fill_mroute(struct mr_table *mrt, struct sk_buff *skb, in mr_fill_mroute()
353 struct mr_table *(*iter)(struct net *net, in mr_rtm_dumproute()
354 struct mr_table *mrt), in mr_rtm_dumproute()
355 int (*fill)(struct mr_table *mrt, in mr_rtm_dumproute()
369 struct mr_table *(*mr_iter)(struct net *net, in mr_dump()
370 struct mr_table *mrt), in mr_dump()
377 static inline void *mr_mfc_find(struct mr_table *mrt, void *hasharg) in mr_mfc_find()
385 struct mr_table *mrt;
391 struct mr_table *mrt;
418 struct mr_table *mrt, spinlock_t *lock) in mr_mfc_seq_start()
434 struct mr_table *mrt = it->mrt; in mr_mfc_seq_stop()
472 struct mr_table *mrt, spinlock_t *lock) in mr_mfc_seq_start()