Home
last modified time | relevance | path

Searched refs:dst_rtable (Results 1 – 14 of 14) sorted by relevance

/linux/include/net/
H A Droute.h80 #define dst_rtable(_ptr) container_of_const(_ptr, struct rtable, dst) macro
88 return dst_rtable(skb_dst(skb)); in skb_rtable()
H A Dip.h435 const struct rtable *rt = dst_rtable(dst); in ip_mtu_locked()
473 const struct rtable *rt = dst_rtable(dst); in ip_dst_mtu_maybe_forward()
/linux/net/core/
H A Ddst_cache.c89 return dst_rtable(dst);
/linux/net/netfilter/
H A Dnft_rt.c76 *dest = (__force u32)rt_nexthop(dst_rtable(dst), in nft_rt_get_eval()
H A Dnf_flow_table_ip.c444 rt = dst_rtable(tuplehash->tuple.dst_cache); in nf_flow_offload_ip_hook()
456 rt = dst_rtable(tuplehash->tuple.dst_cache); in nf_flow_offload_ip_hook()
/linux/net/mpls/
H A Dmpls_iptunnel.c84 rt = dst_rtable(dst); in mpls_xmit()
/linux/net/ipv4/
H A Droute.c829 rt = dst_rtable(dst); in ip_do_redirect()
838 struct rtable *rt = dst_rtable(dst); in ipv4_negative_advice()
1062 struct rtable *rt = dst_rtable(dst); in ip_rt_update_pmtu()
1133 rt = dst_rtable(odst); in ipv4_sk_update_pmtu()
1142 __ip_rt_update_pmtu(dst_rtable(xfrm_dst_path(&rt->dst)), &fl4, mtu); in ipv4_sk_update_pmtu()
1199 struct rtable *rt = dst_rtable(dst); in ipv4_dst_check()
1539 rt_del_uncached_list(dst_rtable(dst)); in ipv4_dst_destroy()
2873 struct rtable *ort = dst_rtable(dst_orig); in ipv4_blackhole_route()
2918 rt = dst_rtable(xfrm_lookup_route(net, &rt->dst, in ip_route_output_flow()
H A Dicmp.c515 rt = dst_rtable(dst); in icmp_route_lookup()
562 rt2 = dst_rtable(dst2); in icmp_route_lookup()
H A Dudp.c1437 rt = dst_rtable(sk_dst_check(sk, 0)); in udp_sendmsg()
/linux/drivers/infiniband/core/
H A Daddr.c352 return dst_rtable(dst)->rt_uses_gateway; in has_gateway()
/linux/net/tipc/
H A Dudp_media.c180 struct rtable *rt = dst_rtable(ndst); in tipc_udp_xmit()
/linux/net/atm/
H A Dclip.c348 rt = dst_rtable(dst); in clip_start_xmit()
/linux/drivers/s390/net/
H A Dqeth_core.h973 return (dst) ? rt_nexthop(dst_rtable(dst), ip_hdr(skb)->daddr) : in qeth_next_hop_v4_rcu()
/linux/net/netfilter/ipvs/
H A Dip_vs_xmit.c321 rt = dst_rtable(dest_dst->dst_cache); in __ip_vs_get_out_rt()