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()
/linux/net/netfilter/
H A Dnft_rt.c78 *dest = (__force u32)rt_nexthop(dst_rtable(dst), in nft_rt_get_eval()
H A Dnf_flow_table_ip.c588 struct rtable *rt = dst_rtable(dst); in nf_flow_tunnel_ipip_push()
646 struct rtable *rt = dst_rtable(dst); in nf_flow_tunnel_ip6ip6_push()
811 rt = dst_rtable(tuplehash->tuple.dst_cache); in nf_flow_queue_xmit4()
829 rt = dst_rtable(tuplehash->tuple.dst_cache); in nf_flow_queue_xmit4()
/linux/net/core/
H A Ddst_cache.c99 return dst_rtable(dst); in dst_cache_get_ip4()
/linux/net/ipv4/
H A Dxfrm4_policy.c69 struct rtable *rt = dst_rtable(xdst->route); in xfrm4_fill_dst()
H A Droute.c869 rt = dst_rtable(dst); in ip_do_redirect()
878 struct rtable *rt = dst_rtable(dst); in ipv4_negative_advice()
1103 struct rtable *rt = dst_rtable(dst); in ip_rt_update_pmtu()
1174 rt = dst_rtable(odst); in ipv4_sk_update_pmtu()
1183 __ip_rt_update_pmtu(dst_rtable(xfrm_dst_path(&rt->dst)), &fl4, mtu); in ipv4_sk_update_pmtu()
1238 struct rtable *rt = dst_rtable(dst); in ipv4_dst_check()
1582 rt_del_uncached_list(dst_rtable(dst)); in ipv4_dst_destroy()
2923 struct rtable *ort = dst_rtable(dst_orig); in ipv4_blackhole_route()
2968 rt = dst_rtable(xfrm_lookup_route(net, &rt->dst, in ip_route_output_flow()
H A Dip_output.c202 struct rtable *rt = dst_rtable(dst); in ip_finish_output2()
484 rt = dst_rtable(__sk_dst_check(sk, 0)); in __ip_queue_xmit()
976 struct rtable *rt = dst_rtable(cork->dst); in __ip_append_data()
1408 struct rtable *rt = dst_rtable(cork->dst); in __ip_make_skb()
H A Dicmp.c529 rt = dst_rtable(dst); in icmp_route_lookup()
604 rt2 = dst_rtable(dst2); in icmp_route_lookup()
H A Dudp.c1396 rt = dst_rtable(sk_dst_check(sk, 0)); in udp_sendmsg()
/linux/net/sctp/
H A Dprotocol.c558 struct rtable *rt = dst_rtable(t->dst); in sctp_v4_get_saddr()
1075 udp_tunnel_xmit_skb(dst_rtable(dst), sk, skb, fl4->saddr, in sctp_v4_xmit()
/linux/net/tipc/
H A Dudp_media.c184 struct rtable *rt = dst_rtable(ndst); in tipc_udp_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.c330 rt = dst_rtable(dest_dst->dst_cache); in __ip_vs_get_out_rt()
/linux/drivers/net/
H A Dvrf.c799 struct rtable *rt = dst_rtable(dst); in vrf_finish_output()