Lines Matching refs:mr6_table

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()
130 struct mr6_table *mrt; in ip6mr_get_table()
140 struct mr6_table **mrt) in ip6mr_fib_lookup()
161 struct mr6_table *mrt; in ip6mr_rule_action()
229 struct mr6_table *mrt; in ip6mr_rules_init()
260 struct mr6_table *mrt, *next; in ip6mr_rules_exit()
274 static struct mr6_table *ip6mr_get_table(struct net *net, u32 id) in ip6mr_get_table()
280 struct mr6_table **mrt) in ip6mr_fib_lookup()
301 static struct mr6_table *ip6mr_new_table(struct net *net, u32 id) in ip6mr_new_table()
303 struct mr6_table *mrt; in ip6mr_new_table()
334 static void ip6mr_free_table(struct mr6_table *mrt) in ip6mr_free_table()
345 struct mr6_table *mrt;
354 struct mr6_table *mrt = it->mrt; in ipmr_mfc_seq_idx()
383 struct mr6_table *mrt;
391 struct mr6_table *mrt = iter->mrt; in ip6mr_vif_seq_idx()
407 struct mr6_table *mrt; in ip6mr_vif_seq_start()
424 struct mr6_table *mrt = iter->mrt; in ip6mr_vif_seq_next()
447 struct mr6_table *mrt = iter->mrt; in ip6mr_vif_seq_show()
491 struct mr6_table *mrt; in ipmr_mfc_seq_start()
507 struct mr6_table *mrt = it->mrt; in ipmr_mfc_seq_next()
548 struct mr6_table *mrt = it->mrt; in ipmr_mfc_seq_stop()
568 struct mr6_table *mrt = it->mrt; in ipmr_mfc_seq_show()
628 struct mr6_table *mrt; in pim6_rcv()
697 struct mr6_table *mrt; in reg_vif_xmit()
740 static struct net_device *ip6mr_reg_vif(struct net *net, struct mr6_table *mrt) in ip6mr_reg_vif()
777 static int mif6_delete(struct mr6_table *mrt, int vifi, struct list_head *head) in mif6_delete()
839 static void ip6mr_destroy_unres(struct mr6_table *mrt, struct mfc6_cache *c) in ip6mr_destroy_unres()
864 static void ipmr_do_expire_process(struct mr6_table *mrt) in ipmr_do_expire_process()
890 struct mr6_table *mrt = (struct mr6_table *)arg; in ipmr_expire_process()
905 static void ip6mr_update_thresholds(struct mr6_table *mrt, struct mfc6_cache *cache, in ip6mr_update_thresholds()
926 static int mif6_add(struct net *net, struct mr6_table *mrt, in mif6_add()
1010 static struct mfc6_cache *ip6mr_cache_find(struct mr6_table *mrt, in ip6mr_cache_find()
1026 static struct mfc6_cache *ip6mr_cache_find_any_parent(struct mr6_table *mrt, in ip6mr_cache_find_any_parent()
1042 static struct mfc6_cache *ip6mr_cache_find_any(struct mr6_table *mrt, in ip6mr_cache_find_any()
1095 static void ip6mr_cache_resolve(struct net *net, struct mr6_table *mrt, in ip6mr_cache_resolve()
1129 static int ip6mr_cache_report(struct mr6_table *mrt, struct sk_buff *pkt, in ip6mr_cache_report()
1223 ip6mr_cache_unresolved(struct mr6_table *mrt, mifi_t mifi, struct sk_buff *skb) in ip6mr_cache_unresolved()
1299 static int ip6mr_mfc_delete(struct mr6_table *mrt, struct mf6cctl *mfc, in ip6mr_mfc_delete()
1329 struct mr6_table *mrt; in ip6mr_device_event()
1449 static int ip6mr_mfc_add(struct net *net, struct mr6_table *mrt, in ip6mr_mfc_add()
1541 static void mroute_clean_tables(struct mr6_table *mrt, bool all) in mroute_clean_tables()
1584 static int ip6mr_sk_init(struct mr6_table *mrt, struct sock *sk) in ip6mr_sk_init()
1611 struct mr6_table *mrt; in ip6mr_sk_done()
1637 struct mr6_table *mrt; in mroute6_socket()
1664 struct mr6_table *mrt; in ip6_mroute_setsockopt()
1813 struct mr6_table *mrt; in ip6_mroute_getsockopt()
1860 struct mr6_table *mrt; in ip6mr_ioctl()
1934 struct mr6_table *mrt; in ip6mr_compat_ioctl()
1998 static int ip6mr_forward2(struct net *net, struct mr6_table *mrt, in ip6mr_forward2()
2072 static int ip6mr_find_vif(struct mr6_table *mrt, struct net_device *dev) in ip6mr_find_vif()
2083 static void ip6_mr_forward(struct net *net, struct mr6_table *mrt, in ip6_mr_forward()
2181 struct mr6_table *mrt; in ip6_mr_input()
2232 static int __ip6mr_fill_mroute(struct mr6_table *mrt, struct sk_buff *skb, in __ip6mr_fill_mroute()
2282 struct mr6_table *mrt; in ip6mr_get_route()
2355 static int ip6mr_fill_mroute(struct mr6_table *mrt, struct sk_buff *skb, in ip6mr_fill_mroute()
2420 static void mr6_netlink_event(struct mr6_table *mrt, struct mfc6_cache *mfc, in mr6_netlink_event()
2448 struct mr6_table *mrt; in ip6mr_rtm_dumproute()