Home
last modified time | relevance | path

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

/linux/include/net/
A Droute.h79 #define dst_rtable(_ptr) container_of_const(_ptr, struct rtable, dst) macro
87 return dst_rtable(skb_dst(skb)); in skb_rtable()
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/net/core/
A Ddst_cache.c89 return dst_rtable(dst); in dst_cache_get_ip4()
/linux/net/netfilter/
A Dnft_rt.c76 *dest = (__force u32)rt_nexthop(dst_rtable(dst), in nft_rt_get_eval()
A Dnf_flow_table_ip.c440 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 Dxfrm4_policy.c68 struct rtable *rt = dst_rtable(xdst->route); in xfrm4_fill_dst()
A Droute.c823 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 Dip_output.c202 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 Dip_input.c618 dst_rtable(dst)->rt_type); in ip_list_rcv_finish()
A Dicmp.c518 rt = dst_rtable(dst); in icmp_route_lookup()
562 rt2 = dst_rtable(dst2); in icmp_route_lookup()
A Daf_inet.c1312 struct rtable *rt = dst_rtable(__sk_dst_check(sk, 0)); in inet_sk_rebuild_header()
A Dudp.c1225 rt = dst_rtable(sk_dst_check(sk, 0)); in udp_sendmsg()
/linux/net/mpls/
A Dmpls_iptunnel.c84 rt = dst_rtable(dst); in mpls_xmit()
/linux/net/l2tp/
A Dl2tp_ip.c487 rt = dst_rtable(__sk_dst_check(sk, 0)); in l2tp_ip_sendmsg()
/linux/drivers/infiniband/core/
A Daddr.c352 return dst_rtable(dst)->rt_uses_gateway; in has_gateway()
/linux/net/sctp/
A Dprotocol.c556 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 Dudp_media.c180 struct rtable *rt = dst_rtable(ndst); in tipc_udp_xmit()
/linux/net/atm/
A Dclip.c348 rt = dst_rtable(dst); in clip_start_xmit()
/linux/drivers/s390/net/
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/
A Dip_vs_xmit.c321 rt = dst_rtable(dest_dst->dst_cache); in __ip_vs_get_out_rt()
/linux/drivers/net/
A Dvrf.c845 struct rtable *rt = dst_rtable(dst); in vrf_finish_output()

Completed in 58 milliseconds