Searched refs:dst_rtable (Results 1 – 21 of 21) sorted by relevance
| /linux/include/net/ |
| A D | route.h | 79 #define dst_rtable(_ptr) container_of_const(_ptr, struct rtable, dst) macro 87 return dst_rtable(skb_dst(skb)); in skb_rtable()
|
| A D | ip.h | 429 const struct rtable *rt = dst_rtable(dst); in ip_mtu_locked() 467 const struct rtable *rt = dst_rtable(dst); in ip_dst_mtu_maybe_forward()
|
| /linux/net/core/ |
| A D | dst_cache.c | 89 return dst_rtable(dst); in dst_cache_get_ip4()
|
| /linux/net/netfilter/ |
| A D | nft_rt.c | 76 *dest = (__force u32)rt_nexthop(dst_rtable(dst), in nft_rt_get_eval()
|
| A D | nf_flow_table_ip.c | 440 rt = dst_rtable(tuplehash->tuple.dst_cache); in nf_flow_offload_ip_hook() 452 rt = dst_rtable(tuplehash->tuple.dst_cache); in nf_flow_offload_ip_hook()
|
| /linux/net/ipv4/ |
| A D | xfrm4_policy.c | 68 struct rtable *rt = dst_rtable(xdst->route); in xfrm4_fill_dst()
|
| A D | route.c | 823 rt = dst_rtable(dst); in ip_do_redirect() 832 struct rtable *rt = dst_rtable(dst); in ipv4_negative_advice() 1041 struct rtable *rt = dst_rtable(dst); in ip_rt_update_pmtu() 1112 rt = dst_rtable(odst); in ipv4_sk_update_pmtu() 1121 __ip_rt_update_pmtu(dst_rtable(xfrm_dst_path(&rt->dst)), &fl4, mtu); in ipv4_sk_update_pmtu() 1178 struct rtable *rt = dst_rtable(dst); in ipv4_dst_check() 1513 rt_del_uncached_list(dst_rtable(dst)); in ipv4_dst_destroy() 2814 struct rtable *ort = dst_rtable(dst_orig); in ipv4_blackhole_route() 2859 rt = dst_rtable(xfrm_lookup_route(net, &rt->dst, in ip_route_output_flow()
|
| A D | ip_output.c | 202 struct rtable *rt = dst_rtable(dst); in ip_finish_output2() 479 rt = dst_rtable(__sk_dst_check(sk, 0)); in __ip_queue_xmit() 975 struct rtable *rt = dst_rtable(cork->dst); in __ip_append_data() 1394 struct rtable *rt = dst_rtable(cork->dst); in __ip_make_skb()
|
| A D | ip_input.c | 618 dst_rtable(dst)->rt_type); in ip_list_rcv_finish()
|
| A D | icmp.c | 518 rt = dst_rtable(dst); in icmp_route_lookup() 562 rt2 = dst_rtable(dst2); in icmp_route_lookup()
|
| A D | af_inet.c | 1312 struct rtable *rt = dst_rtable(__sk_dst_check(sk, 0)); in inet_sk_rebuild_header()
|
| A D | udp.c | 1225 rt = dst_rtable(sk_dst_check(sk, 0)); in udp_sendmsg()
|
| /linux/net/mpls/ |
| A D | mpls_iptunnel.c | 84 rt = dst_rtable(dst); in mpls_xmit()
|
| /linux/net/l2tp/ |
| A D | l2tp_ip.c | 487 rt = dst_rtable(__sk_dst_check(sk, 0)); in l2tp_ip_sendmsg()
|
| /linux/drivers/infiniband/core/ |
| A D | addr.c | 352 return dst_rtable(dst)->rt_uses_gateway; in has_gateway()
|
| /linux/net/sctp/ |
| A D | protocol.c | 556 struct rtable *rt = dst_rtable(t->dst); in sctp_v4_get_saddr() 1089 udp_tunnel_xmit_skb(dst_rtable(dst), sk, skb, fl4->saddr, in sctp_v4_xmit()
|
| /linux/net/tipc/ |
| A D | udp_media.c | 180 struct rtable *rt = dst_rtable(ndst); in tipc_udp_xmit()
|
| /linux/net/atm/ |
| A D | clip.c | 348 rt = dst_rtable(dst); in clip_start_xmit()
|
| /linux/drivers/s390/net/ |
| A D | qeth_core.h | 973 return (dst) ? rt_nexthop(dst_rtable(dst), ip_hdr(skb)->daddr) : in qeth_next_hop_v4_rcu()
|
| /linux/net/netfilter/ipvs/ |
| A D | ip_vs_xmit.c | 321 rt = dst_rtable(dest_dst->dst_cache); in __ip_vs_get_out_rt()
|
| /linux/drivers/net/ |
| A D | vrf.c | 845 struct rtable *rt = dst_rtable(dst); in vrf_finish_output()
|
Completed in 57 milliseconds