Searched refs:mrt (Results 1 – 3 of 3) sorted by relevance
/net/ipv6/ |
D | ip6mr.c | 82 struct mr6_table *mrt; member 111 static void ip6mr_free_table(struct mr6_table *mrt); 113 static int ip6_mr_forward(struct net *net, struct mr6_table *mrt, 115 static int ip6mr_cache_report(struct mr6_table *mrt, struct sk_buff *pkt, 117 static int __ip6mr_fill_mroute(struct mr6_table *mrt, struct sk_buff *skb, 119 static void mr6_netlink_event(struct mr6_table *mrt, struct mfc6_cache *mfc, 123 static void mroute_clean_tables(struct mr6_table *mrt); 127 #define ip6mr_for_each_table(mrt, net) \ argument 128 list_for_each_entry_rcu(mrt, &net->ipv6.mr6_tables, list) 132 struct mr6_table *mrt; in ip6mr_get_table() local [all …]
|
D | addrconf.c | 122 static inline s32 rfc3315_s14_backoff_update(s32 rt, s32 mrt) in rfc3315_s14_backoff_update() argument 127 if ((s32)tmp > mrt) { in rfc3315_s14_backoff_update() 129 tmp = (900000 + prandom_u32() % 200001) * (u64)mrt; in rfc3315_s14_backoff_update()
|
/net/ipv4/ |
D | ipmr.c | 99 struct mr_table *mrt; member 128 static void ipmr_free_table(struct mr_table *mrt); 130 static int ip_mr_forward(struct net *net, struct mr_table *mrt, 133 static int ipmr_cache_report(struct mr_table *mrt, 135 static int __ipmr_fill_mroute(struct mr_table *mrt, struct sk_buff *skb, 137 static void mroute_netlink_event(struct mr_table *mrt, struct mfc_cache *mfc, 139 static void mroute_clean_tables(struct mr_table *mrt); 143 #define ipmr_for_each_table(mrt, net) \ argument 144 list_for_each_entry_rcu(mrt, &net->ipv4.mr_tables, list) 148 struct mr_table *mrt; in ipmr_get_table() local [all …]
|