Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv6/
Dip6mr.c57 struct mr6_table { struct
80 struct mr6_table *mrt; argument
108 static struct mr6_table *ip6mr_new_table(struct net *net, u32 id);
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);
128 static struct mr6_table *ip6mr_get_table(struct net *net, u32 id) in ip6mr_get_table()
[all …]
/linux-4.1.27/include/net/netns/
Dipv6.h75 struct mr6_table *mrt6;