Home
last modified time | relevance | path

Searched refs:mrt (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/
Dmroute_base.h273 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,
288 struct mr_table *mrt),
289 int (*fill)(struct mr_table *mrt,
299 struct mr_table *mrt),
311 static inline void *mr_mfc_find_parent(struct mr_table *mrt, in mr_mfc_find_parent() argument
317 static inline void *mr_mfc_find_any_parent(struct mr_table *mrt, in mr_mfc_find_any_parent() argument
[all …]
/linux-4.19.296/include/net/netns/
Dipv4.h201 struct mr_table *mrt; member