Searched refs:mr6_table (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | ip6mr.c | 57 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.4.14/include/net/netns/ |
D | ipv6.h | 77 struct mr6_table *mrt6;
|