Lines Matching refs:rt
325 struct rtable *rt; in igmpv3_newpack() local
345 rt = ip_route_output_ports(net, &fl4, NULL, IGMPV3_ALL_MCR, 0, in igmpv3_newpack()
348 if (IS_ERR(rt)) { in igmpv3_newpack()
353 skb_dst_set(skb, &rt->dst); in igmpv3_newpack()
671 struct rtable *rt; in igmp_send_report() local
686 rt = ip_route_output_ports(net, &fl4, NULL, dst, 0, in igmp_send_report()
689 if (IS_ERR(rt)) in igmp_send_report()
696 ip_rt_put(rt); in igmp_send_report()
701 skb_dst_set(skb, &rt->dst); in igmp_send_report()
1523 struct rtable *rt = ip_route_output(net, in ip_mc_find_dev() local
1526 if (!IS_ERR(rt)) { in ip_mc_find_dev()
1527 dev = rt->dst.dev; in ip_mc_find_dev()
1528 ip_rt_put(rt); in ip_mc_find_dev()