Lines Matching refs:mr_table

216 struct mr_table;
246 struct mr_table { struct
273 struct mr_table * argument
277 void (*table_set)(struct mr_table *mrt,
283 void *mr_mfc_find_parent(struct mr_table *mrt,
285 void *mr_mfc_find_any_parent(struct mr_table *mrt, int vifi);
286 void *mr_mfc_find_any(struct mr_table *mrt, int vifi, void *hasharg);
288 int mr_fill_mroute(struct mr_table *mrt, struct sk_buff *skb,
290 int mr_table_dump(struct mr_table *mrt, struct sk_buff *skb,
292 int (*fill)(struct mr_table *mrt, struct sk_buff *skb,
297 struct mr_table *(*iter)(struct net *net,
298 struct mr_table *mrt),
299 int (*fill)(struct mr_table *mrt,
309 struct mr_table *(*mr_iter)(struct net *net,
310 struct mr_table *mrt),
322 static inline void *mr_mfc_find_parent(struct mr_table *mrt, in mr_mfc_find_parent()
328 static inline void *mr_mfc_find_any_parent(struct mr_table *mrt, in mr_mfc_find_any_parent()
334 static inline struct mr_mfc *mr_mfc_find_any(struct mr_table *mrt, in mr_mfc_find_any()
340 static inline int mr_fill_mroute(struct mr_table *mrt, struct sk_buff *skb, in mr_fill_mroute()
348 struct mr_table *(*iter)(struct net *net, in mr_rtm_dumproute()
349 struct mr_table *mrt), in mr_rtm_dumproute()
350 int (*fill)(struct mr_table *mrt, in mr_rtm_dumproute()
364 struct mr_table *(*mr_iter)(struct net *net, in mr_dump()
365 struct mr_table *mrt), in mr_dump()
372 static inline void *mr_mfc_find(struct mr_table *mrt, void *hasharg) in mr_mfc_find()
380 struct mr_table *mrt;
386 struct mr_table *mrt;
413 struct mr_table *mrt, spinlock_t *lock) in mr_mfc_seq_start()
429 struct mr_table *mrt = it->mrt; in mr_mfc_seq_stop()
467 struct mr_table *mrt, spinlock_t *lock) in mr_mfc_seq_start()