Searched refs:mrt (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | ip6mr.c | 80 struct mr6_table *mrt; member 109 static void ip6mr_free_table(struct mr6_table *mrt); 111 static void ip6_mr_forward(struct net *net, struct mr6_table *mrt, 113 static int ip6mr_cache_report(struct mr6_table *mrt, struct sk_buff *pkt, 115 static int __ip6mr_fill_mroute(struct mr6_table *mrt, struct sk_buff *skb, 117 static void mr6_netlink_event(struct mr6_table *mrt, struct mfc6_cache *mfc, 121 static void mroute_clean_tables(struct mr6_table *mrt, bool all); 125 #define ip6mr_for_each_table(mrt, net) \ argument 126 list_for_each_entry_rcu(mrt, &net->ipv6.mr6_tables, list) 130 struct mr6_table *mrt; in ip6mr_get_table() local [all …]
|
/linux-4.4.14/net/ipv4/ |
D | ipmr.c | 97 struct mr_table *mrt; member 126 static void ipmr_free_table(struct mr_table *mrt); 128 static void ip_mr_forward(struct net *net, struct mr_table *mrt, 131 static int ipmr_cache_report(struct mr_table *mrt, 133 static int __ipmr_fill_mroute(struct mr_table *mrt, struct sk_buff *skb, 135 static void mroute_netlink_event(struct mr_table *mrt, struct mfc_cache *mfc, 137 static void mroute_clean_tables(struct mr_table *mrt, bool all); 141 #define ipmr_for_each_table(mrt, net) \ argument 142 list_for_each_entry_rcu(mrt, &net->ipv4.mr_tables, list) 146 struct mr_table *mrt; in ipmr_get_table() local [all …]
|
/linux-4.4.14/include/net/netns/ |
D | ipv4.h | 104 struct mr_table *mrt; member
|