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()
230 struct mr6_table *mrt; in ip6mr_rules_init()
261 struct mr6_table *mrt, *next; in ip6mr_rules_exit()
275 static struct mr6_table *ip6mr_get_table(struct net *net, u32 id) in ip6mr_get_table()
281 struct mr6_table **mrt) in ip6mr_fib_lookup()
302 static struct mr6_table *ip6mr_new_table(struct net *net, u32 id) in ip6mr_new_table()
304 struct mr6_table *mrt; in ip6mr_new_table()
335 static void ip6mr_free_table(struct mr6_table *mrt) in ip6mr_free_table()
346 struct mr6_table *mrt;
355 struct mr6_table *mrt = it->mrt; in ipmr_mfc_seq_idx()
384 struct mr6_table *mrt;
392 struct mr6_table *mrt = iter->mrt; in ip6mr_vif_seq_idx()
408 struct mr6_table *mrt; in ip6mr_vif_seq_start()
425 struct mr6_table *mrt = iter->mrt; in ip6mr_vif_seq_next()
448 struct mr6_table *mrt = iter->mrt; in ip6mr_vif_seq_show()
492 struct mr6_table *mrt; in ipmr_mfc_seq_start()
508 struct mr6_table *mrt = it->mrt; in ipmr_mfc_seq_next()
549 struct mr6_table *mrt = it->mrt; in ipmr_mfc_seq_stop()
569 struct mr6_table *mrt = it->mrt; in ipmr_mfc_seq_show()
629 struct mr6_table *mrt; in pim6_rcv()
698 struct mr6_table *mrt; in reg_vif_xmit()
741 static struct net_device *ip6mr_reg_vif(struct net *net, struct mr6_table *mrt) in ip6mr_reg_vif()
782 static int mif6_delete(struct mr6_table *mrt, int vifi, struct list_head *head) in mif6_delete()
844 static void ip6mr_destroy_unres(struct mr6_table *mrt, struct mfc6_cache *c) in ip6mr_destroy_unres()
869 static void ipmr_do_expire_process(struct mr6_table *mrt) in ipmr_do_expire_process()
895 struct mr6_table *mrt = (struct mr6_table *)arg; in ipmr_expire_process()
910 static void ip6mr_update_thresholds(struct mr6_table *mrt, struct mfc6_cache *cache, in ip6mr_update_thresholds()
931 static int mif6_add(struct net *net, struct mr6_table *mrt, in mif6_add()
1015 static struct mfc6_cache *ip6mr_cache_find(struct mr6_table *mrt, in ip6mr_cache_find()
1031 static struct mfc6_cache *ip6mr_cache_find_any_parent(struct mr6_table *mrt, in ip6mr_cache_find_any_parent()
1047 static struct mfc6_cache *ip6mr_cache_find_any(struct mr6_table *mrt, in ip6mr_cache_find_any()
1100 static void ip6mr_cache_resolve(struct net *net, struct mr6_table *mrt, in ip6mr_cache_resolve()
1134 static int ip6mr_cache_report(struct mr6_table *mrt, struct sk_buff *pkt, in ip6mr_cache_report()
1228 ip6mr_cache_unresolved(struct mr6_table *mrt, mifi_t mifi, struct sk_buff *skb) in ip6mr_cache_unresolved()
1304 static int ip6mr_mfc_delete(struct mr6_table *mrt, struct mf6cctl *mfc, in ip6mr_mfc_delete()
1334 struct mr6_table *mrt; in ip6mr_device_event()
1454 static int ip6mr_mfc_add(struct net *net, struct mr6_table *mrt, in ip6mr_mfc_add()
1546 static void mroute_clean_tables(struct mr6_table *mrt, bool all) in mroute_clean_tables()
1589 static int ip6mr_sk_init(struct mr6_table *mrt, struct sock *sk) in ip6mr_sk_init()
1616 struct mr6_table *mrt; in ip6mr_sk_done()
1642 struct mr6_table *mrt; in mroute6_socket()
1669 struct mr6_table *mrt; in ip6_mroute_setsockopt()
1818 struct mr6_table *mrt; in ip6_mroute_getsockopt()
1865 struct mr6_table *mrt; in ip6mr_ioctl()
1939 struct mr6_table *mrt; in ip6mr_compat_ioctl()
2003 static int ip6mr_forward2(struct net *net, struct mr6_table *mrt, in ip6mr_forward2()
2077 static int ip6mr_find_vif(struct mr6_table *mrt, struct net_device *dev) in ip6mr_find_vif()
2088 static void ip6_mr_forward(struct net *net, struct mr6_table *mrt, in ip6_mr_forward()
2186 struct mr6_table *mrt; in ip6_mr_input()
2237 static int __ip6mr_fill_mroute(struct mr6_table *mrt, struct sk_buff *skb, in __ip6mr_fill_mroute()
2287 struct mr6_table *mrt; in ip6mr_get_route()
2360 static int ip6mr_fill_mroute(struct mr6_table *mrt, struct sk_buff *skb, in ip6mr_fill_mroute()
2425 static void mr6_netlink_event(struct mr6_table *mrt, struct mfc6_cache *mfc, in mr6_netlink_event()
2453 struct mr6_table *mrt; in ip6mr_rtm_dumproute()