Home
last modified time | relevance | path

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

/linux-6.15/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.h429 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-6.15/net/core/
H A Ddst_cache.c89 return dst_rtable(dst); in dst_cache_get_ip4()
/linux-6.15/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-6.15/net/ipv4/
H A Dxfrm4_policy.c69 struct rtable *rt = dst_rtable(xdst->route); in xfrm4_fill_dst()
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 Dip_output.c201 struct rtable *rt = dst_rtable(dst); in ip_finish_output2()
478 rt = dst_rtable(__sk_dst_check(sk, 0)); in __ip_queue_xmit()
966 struct rtable *rt = dst_rtable(cork->dst); in __ip_append_data()
1399 struct rtable *rt = dst_rtable(cork->dst); in __ip_make_skb()
H A Dip_input.c615 dst_rtable(dst)->rt_type); in ip_list_rcv_finish()
H A Dicmp.c513 rt = dst_rtable(dst); in icmp_route_lookup()
560 rt2 = dst_rtable(dst2); in icmp_route_lookup()
H A Daf_inet.c1310 struct rtable *rt = dst_rtable(__sk_dst_check(sk, 0)); in inet_sk_rebuild_header()
H A Dudp.c1435 rt = dst_rtable(sk_dst_check(sk, 0)); in udp_sendmsg()
/linux-6.15/net/mpls/
H A Dmpls_iptunnel.c84 rt = dst_rtable(dst); in mpls_xmit()
/linux-6.15/net/l2tp/
H A Dl2tp_ip.c484 rt = dst_rtable(__sk_dst_check(sk, 0)); in l2tp_ip_sendmsg()
/linux-6.15/drivers/infiniband/core/
H A Daddr.c352 return dst_rtable(dst)->rt_uses_gateway; in has_gateway()
/linux-6.15/net/sctp/
H A Dprotocol.c557 struct rtable *rt = dst_rtable(t->dst); in sctp_v4_get_saddr()
1104 udp_tunnel_xmit_skb(dst_rtable(dst), sk, skb, fl4->saddr, in sctp_v4_xmit()
/linux-6.15/net/tipc/
H A Dudp_media.c180 struct rtable *rt = dst_rtable(ndst); in tipc_udp_xmit()
/linux-6.15/net/atm/
H A Dclip.c348 rt = dst_rtable(dst); in clip_start_xmit()
/linux-6.15/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-6.15/net/netfilter/ipvs/
H A Dip_vs_xmit.c314 rt = dst_rtable(dest_dst->dst_cache); in __ip_vs_get_out_rt()
/linux-6.15/drivers/net/
H A Dvrf.c825 struct rtable *rt = dst_rtable(dst); in vrf_finish_output()