Lines Matching refs:rt
427 struct rtable *rt; in sctp_v4_get_dst() local
452 rt = ip_route_output_key(sock_net(sk), fl4); in sctp_v4_get_dst()
453 if (!IS_ERR(rt)) in sctp_v4_get_dst()
454 dst = &rt->dst; in sctp_v4_get_dst()
507 rt = ip_route_output_key(sock_net(sk), fl4); in sctp_v4_get_dst()
508 if (IS_ERR(rt)) in sctp_v4_get_dst()
512 dst = &rt->dst; in sctp_v4_get_dst()
520 if (&rt->dst != dst) in sctp_v4_get_dst()
521 dst_release(&rt->dst); in sctp_v4_get_dst()
525 if (dst != &rt->dst) in sctp_v4_get_dst()
527 dst = &rt->dst; in sctp_v4_get_dst()
550 struct rtable *rt = (struct rtable *)t->dst; in sctp_v4_get_saddr() local
552 if (rt) { in sctp_v4_get_saddr()