Symbol: rtable
arch/x86/pci/irq.c
1644
struct irq_routing_table *rtable = NULL;
arch/x86/pci/irq.c
1658
rtable = pirq_table;
arch/x86/pci/irq.c
1675
kfree(rtable);
drivers/infiniband/core/addr.c
368
struct rtable **prt)
drivers/infiniband/core/addr.c
376
struct rtable *rt;
drivers/infiniband/core/addr.c
537
struct rtable *rt = NULL;
drivers/infiniband/hw/irdma/cm.c
1983
struct rtable *rt;
drivers/infiniband/hw/qedr/qedr_iw_cm.c
447
struct rtable *rt = NULL;
drivers/infiniband/sw/rxe/rxe_net.c
108
struct rtable *rt;
drivers/net/amt.c
1006
struct rtable *rt;
drivers/net/amt.c
1067
struct rtable *rt;
drivers/net/amt.c
1120
struct rtable *rt;
drivers/net/amt.c
2561
struct rtable *rt;
drivers/net/amt.c
621
struct rtable *rt;
drivers/net/amt.c
710
struct rtable *rt;
drivers/net/bareudp.c
313
struct rtable *rt;
drivers/net/bareudp.c
515
struct rtable *rt;
drivers/net/bonding/bond_main.c
3069
struct rtable *rt;
drivers/net/dsa/sja1105/sja1105_main.c
597
list_for_each_entry(dl, &dst->rtable, list) {
drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c
1238
struct rtable *rt;
drivers/net/ethernet/broadcom/cnic.c
3682
struct rtable *rt;
drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm.c
97
struct rtable *rt;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c
111
struct rtable *rt;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c
270
struct rtable *rt;
drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c
418
struct rtable *rt = NULL;
drivers/net/ethernet/netronome/nfp/flower/action.c
484
struct rtable *rt;
drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c
673
struct rtable *rt;
drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c
756
struct rtable *rt;
drivers/net/ethernet/sfc/tc_encap_actions.c
146
struct rtable *rt;
drivers/net/geneve.c
1297
struct rtable *rt;
drivers/net/geneve.c
1554
struct rtable *rt;
drivers/net/geneve.c
2106
struct rtable *rt = ip_route_output_key(geneve->net, &fl4);
drivers/net/gtp.c
1021
struct pdp_ctx *pctx, struct rtable *rt,
drivers/net/gtp.c
1052
struct rtable *rt;
drivers/net/gtp.c
2333
struct rtable *rt;
drivers/net/gtp.c
348
static struct rtable *ip4_route_output_gtp(struct flowi4 *fl4,
drivers/net/gtp.c
430
struct rtable *rt;
drivers/net/gtp.c
658
struct rtable *rt;
drivers/net/gtp.c
996
struct rtable *rt;
drivers/net/ipvlan/ipvlan_core.c
434
struct rtable *rt;
drivers/net/ovpn/peer.c
411
const struct rtable *rt = skb_rtable(skb);
drivers/net/ovpn/peer.c
779
struct rtable *rt;
drivers/net/ovpn/udp.c
149
struct rtable *rt;
drivers/net/ppp/pptp.c
132
static struct rtable *pptp_route_output(const struct pppox_sock *po,
drivers/net/ppp/pptp.c
162
struct rtable *rt;
drivers/net/ppp/pptp.c
425
struct rtable *rt;
drivers/net/vrf.c
1000
struct rtable *rth = rtnl_dereference(vrf->rth);
drivers/net/vrf.c
1022
struct rtable *rth;
drivers/net/vrf.c
115
struct rtable __rcu *rth;
drivers/net/vrf.c
497
struct rtable *rt;
drivers/net/vrf.c
823
struct rtable *rt = dst_rtable(dst);
drivers/net/vrf.c
882
struct rtable *rth;
drivers/net/vxlan/vxlan_core.c
2468
struct rtable *rt;
drivers/net/vxlan/vxlan_core.c
3239
struct rtable *rt;
drivers/net/wireguard/socket.c
30
struct rtable *rt = NULL;
drivers/net/wireless/ti/wl12xx/main.c
1806
wl->rtable = wl12xx_rtable;
drivers/net/wireless/ti/wl18xx/main.c
1943
wl->rtable = wl18xx_rtable;
drivers/net/wireless/ti/wlcore/io.h
142
return wlcore_write(wl, wl->rtable[reg], buf, len, fixed);
drivers/net/wireless/ti/wlcore/io.h
149
return wlcore_read(wl, wl->rtable[reg], buf, len, fixed);
drivers/net/wireless/ti/wlcore/io.h
183
wlcore_translate_addr(wl, wl->rtable[reg]),
drivers/net/wireless/ti/wlcore/io.h
191
wlcore_translate_addr(wl, wl->rtable[reg]),
drivers/net/wireless/ti/wlcore/io.h
84
return wlcore_raw_read(wl, wl->rtable[reg], buf, len, fixed);
drivers/net/wireless/ti/wlcore/io.h
91
return wlcore_raw_write(wl, wl->rtable[reg], buf, len, fixed);
drivers/net/wireless/ti/wlcore/wlcore.h
418
const int *rtable;
drivers/pci/hotplug/ibmphp_core.c
114
struct irq_routing_table *rtable;
drivers/pci/hotplug/ibmphp_core.c
119
rtable = pcibios_get_irq_routing_table();
drivers/pci/hotplug/ibmphp_core.c
120
if (!rtable) {
drivers/pci/hotplug/ibmphp_core.c
125
len = (rtable->size - sizeof(struct irq_routing_table)) /
drivers/pci/hotplug/ibmphp_core.c
129
kfree(rtable);
drivers/pci/hotplug/ibmphp_core.c
133
if ((*cur_slot)->number == rtable->slots[loop].slot &&
drivers/pci/hotplug/ibmphp_core.c
134
(*cur_slot)->bus == rtable->slots[loop].bus) {
drivers/pci/hotplug/ibmphp_core.c
135
(*cur_slot)->device = PCI_SLOT(rtable->slots[loop].devfn);
drivers/pci/hotplug/ibmphp_core.c
150
rtable->exclusive_irqs);
drivers/pci/hotplug/ibmphp_core.c
152
rtable->slots[loop].irq[0].bitmap);
drivers/pci/hotplug/ibmphp_core.c
154
rtable->slots[loop].irq[1].bitmap);
drivers/pci/hotplug/ibmphp_core.c
156
rtable->slots[loop].irq[2].bitmap);
drivers/pci/hotplug/ibmphp_core.c
158
rtable->slots[loop].irq[3].bitmap);
drivers/pci/hotplug/ibmphp_core.c
161
rtable->slots[loop].irq[0].link);
drivers/pci/hotplug/ibmphp_core.c
163
rtable->slots[loop].irq[1].link);
drivers/pci/hotplug/ibmphp_core.c
165
rtable->slots[loop].irq[2].link);
drivers/pci/hotplug/ibmphp_core.c
167
rtable->slots[loop].irq[3].link);
drivers/pci/hotplug/ibmphp_core.c
169
kfree(rtable);
drivers/pci/hotplug/ibmphp_core.c
174
kfree(rtable);
drivers/scsi/cxgbi/libcxgbi.c
588
static struct rtable *find_route_ipv4(struct flowi4 *fl4,
drivers/scsi/cxgbi/libcxgbi.c
593
struct rtable *rt;
drivers/scsi/cxgbi/libcxgbi.c
610
struct rtable *rt = NULL;
include/linux/platform_data/dsa.h
48
s8 rtable[DSA_MAX_SWITCHES];
include/net/dsa.h
165
struct list_head rtable;
include/net/dsa.h
643
list_for_each_entry(dl, &dst->rtable, list)
include/net/dst_cache.h
33
struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr);
include/net/inet_sock.h
196
struct rtable;
include/net/ip.h
152
struct rtable;
include/net/ip.h
226
struct rtable **rt,
include/net/ip.h
240
struct ipcm_cookie *ipc, struct rtable **rtp,
include/net/ip.h
432
const struct rtable *rt = dst_rtable(dst);
include/net/ip.h
470
const struct rtable *rt = dst_rtable(dst);
include/net/ip.h
773
__be32 daddr, struct rtable *rt);
include/net/ip_fib.h
102
struct rtable __rcu * __percpu *nhc_pcpu_rth_output;
include/net/ip_fib.h
103
struct rtable __rcu *nhc_rth_input;
include/net/ip_fib.h
59
struct rtable;
include/net/ip_fib.h
69
struct rtable __rcu *fnhe_rth_input;
include/net/ip_fib.h
70
struct rtable __rcu *fnhe_rth_output;
include/net/ip_tunnels.h
624
void iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb,
include/net/netfilter/br_netfilter.h
43
static inline struct rtable *bridge_parent_rtable(const struct net_device *dev)
include/net/route.h
101
static inline __be32 rt_nexthop(const struct rtable *rt, __be32 daddr)
include/net/route.h
160
struct rtable *ip_route_output_key_hash(struct net *net, struct flowi4 *flp,
include/net/route.h
162
struct rtable *ip_route_output_key_hash_rcu(struct net *net, struct flowi4 *flp,
include/net/route.h
166
static inline struct rtable *__ip_route_output_key(struct net *net,
include/net/route.h
172
struct rtable *ip_route_output_flow(struct net *, struct flowi4 *flp,
include/net/route.h
177
static inline struct rtable *ip_route_output_key(struct net *net, struct flowi4 *flp)
include/net/route.h
186
static inline struct rtable *ip_route_output(struct net *net, __be32 daddr,
include/net/route.h
201
static inline struct rtable *ip_route_output_ports(struct net *net, struct flowi4 *fl4,
include/net/route.h
262
void ip_rt_get_source(u8 *src, struct sk_buff *skb, struct rtable *rt);
include/net/route.h
263
struct rtable *rt_dst_alloc(struct net_device *dev,
include/net/route.h
265
struct rtable *rt_dst_clone(struct net_device *dev, struct rtable *rt);
include/net/route.h
272
void rt_add_uncached_list(struct rtable *rt);
include/net/route.h
273
void rt_del_uncached_list(struct rtable *rt);
include/net/route.h
279
static inline void ip_rt_put(struct rtable *rt)
include/net/route.h
284
BUILD_BUG_ON(offsetof(struct rtable, dst) != 0);
include/net/route.h
337
static inline struct rtable *ip_route_connect(struct flowi4 *fl4, __be32 dst,
include/net/route.h
343
struct rtable *rt;
include/net/route.h
358
static inline struct rtable *ip_route_newports(struct flowi4 *fl4, struct rtable *rt,
include/net/route.h
377
struct rtable *rt = skb_rtable(skb);
include/net/route.h
412
static inline struct neighbour *ip_neigh_for_gw(struct rtable *rt,
include/net/route.h
80
#define dst_rtable(_ptr) container_of_const(_ptr, struct rtable, dst)
include/net/route.h
86
static inline struct rtable *skb_rtable(const struct sk_buff *skb)
include/net/route.h
91
static inline bool rt_is_input_route(const struct rtable *rt)
include/net/route.h
96
static inline bool rt_is_output_route(const struct rtable *rt)
include/net/udp_tunnel.h
139
void udp_tunnel_xmit_skb(struct rtable *rt, struct sock *sk, struct sk_buff *skb,
include/net/udp_tunnel.h
182
struct rtable *udp_tunnel_dst_lookup(struct sk_buff *skb,
include/net/xfrm.h
1059
struct rtable rt;
net/atm/clip.c
347
struct rtable *rt;
net/atm/clip.c
463
struct rtable *rt;
net/bridge/br_netfilter_hooks.c
377
struct rtable *rt;
net/bridge/br_netfilter_ipv6.c
104
struct rtable *rt;
net/bridge/br_nf_core.c
70
struct rtable *rt = &br->fake_rtable;
net/bridge/br_private.h
511
struct rtable fake_rtable;
net/core/dst_cache.c
81
struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr)
net/core/filter.c
2337
struct rtable *rt = skb_rtable(skb);
net/core/filter.c
2389
struct rtable *rt;
net/core/lwt_bpf.c
207
struct rtable *rt;
net/dsa/dsa.c
222
INIT_LIST_HEAD(&dst->rtable);
net/dsa/dsa.c
297
list_for_each_entry(dl, &dst->rtable, list)
net/dsa/dsa.c
309
list_add_tail(&dl->list, &dst->rtable);
net/dsa/dsa.c
864
list_for_each_entry_safe(dl, next, &dst->rtable, list) {
net/ipv4/af_inet.c
1273
struct rtable *rt;
net/ipv4/af_inet.c
1324
struct rtable *rt = dst_rtable(__sk_dst_check(sk, 0));
net/ipv4/arp.c
1039
struct rtable *rt;
net/ipv4/arp.c
455
struct rtable *rt;
net/ipv4/arp.c
476
struct net_device *dev, struct rtable *rt)
net/ipv4/arp.c
521
struct net_device *dev, struct rtable *rt,
net/ipv4/arp.c
709
struct rtable *rt;
net/ipv4/datagram.c
107
struct rtable *rt;
net/ipv4/datagram.c
24
struct rtable *rt;
net/ipv4/fib_frontend.c
277
struct rtable *rt;
net/ipv4/fib_semantics.c
139
static void rt_fibinfo_free(struct rtable __rcu **rtp)
net/ipv4/fib_semantics.c
141
struct rtable *rt = rcu_dereference_protected(*rtp, 1);
net/ipv4/fib_semantics.c
183
static void rt_fibinfo_free_cpus(struct rtable __rcu * __percpu *rtp)
net/ipv4/fib_semantics.c
191
struct rtable *rt;
net/ipv4/fib_semantics.c
619
nhc->nhc_pcpu_rth_output = alloc_percpu_gfp(struct rtable __rcu *,
net/ipv4/icmp.c
1443
struct rtable *rt = skb_rtable(skb);
net/ipv4/icmp.c
312
static bool icmpv4_xrlim_allow(struct net *net, struct rtable *rt,
net/ipv4/icmp.c
384
struct ipcm_cookie *ipc, struct rtable **rt)
net/ipv4/icmp.c
417
struct rtable *rt = skb_rtable(skb);
net/ipv4/icmp.c
493
static struct rtable *icmp_route_lookup(struct net *net, struct flowi4 *fl4,
net/ipv4/icmp.c
501
struct rtable *rt, *rt2;
net/ipv4/icmp.c
809
struct rtable *rt = skb_rtable(skb_in);
net/ipv4/igmp.c
1931
struct rtable *rt = ip_route_output(net,
net/ipv4/igmp.c
354
struct rtable *rt;
net/ipv4/igmp.c
735
struct rtable *rt;
net/ipv4/inet_connection_sock.c
1532
struct rtable *rt;
net/ipv4/inet_connection_sock.c
767
struct rtable *rt;
net/ipv4/inet_connection_sock.c
804
struct rtable *rt;
net/ipv4/ip_forward.c
87
struct rtable *rt; /* Route we use */
net/ipv4/ip_gre.c
631
struct rtable *rt;
net/ipv4/ip_gre.c
950
struct rtable *rt;
net/ipv4/ip_input.c
327
struct rtable *rt;
net/ipv4/ip_options.c
247
struct rtable *rt = NULL;
net/ipv4/ip_options.c
45
__be32 daddr, struct rtable *rt)
net/ipv4/ip_options.c
542
struct rtable *rt = skb_rtable(skb);
net/ipv4/ip_options.c
592
struct rtable *rt = skb_rtable(skb);
net/ipv4/ip_options.c
593
struct rtable *rt2;
net/ipv4/ip_output.c
1293
struct ipcm_cookie *ipc, struct rtable **rtp)
net/ipv4/ip_output.c
1296
struct rtable *rt;
net/ipv4/ip_output.c
1361
struct ipcm_cookie *ipc, struct rtable **rtp,
net/ipv4/ip_output.c
1406
struct rtable *rt = dst_rtable(cork->dst);
net/ipv4/ip_output.c
1556
struct ipcm_cookie *ipc, struct rtable **rtp,
net/ipv4/ip_output.c
156
struct rtable *rt = skb_rtable(skb);
net/ipv4/ip_output.c
1613
struct rtable *rt = skb_rtable(skb);
net/ipv4/ip_output.c
203
struct rtable *rt = dst_rtable(dst);
net/ipv4/ip_output.c
337
struct rtable *new_rt;
net/ipv4/ip_output.c
370
struct rtable *rt = skb_rtable(skb);
net/ipv4/ip_output.c
470
struct rtable *rt;
net/ipv4/ip_output.c
767
struct rtable *rt = skb_rtable(skb);
net/ipv4/ip_output.c
973
struct rtable *rt = dst_rtable(cork->dst);
net/ipv4/ip_sockglue.c
1392
struct rtable *rt = skb_rtable(skb);
net/ipv4/ip_tunnel.c
294
struct rtable *rt;
net/ipv4/ip_tunnel.c
513
struct rtable *rt, __be16 df,
net/ipv4/ip_tunnel.c
579
struct rtable *rt = NULL;
net/ipv4/ip_tunnel.c
676
struct rtable *rt = NULL; /* Route to the other host */
net/ipv4/ip_tunnel_core.c
50
void iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb,
net/ipv4/ip_vti.c
183
struct rtable *rt;
net/ipv4/ipip.c
361
struct rtable *rt;
net/ipv4/ipmr.c
1863
struct rtable *rt;
net/ipv4/ipmr.c
1938
struct rtable *rt;
net/ipv4/ipmr.c
2119
struct rtable *rt = skb_rtable(skb);
net/ipv4/ipmr.c
2297
struct rtable *rt = skb_rtable(skb);
net/ipv4/netfilter.c
25
struct rtable *rt;
net/ipv4/netfilter.c
93
struct rtable *rt = ip_route_output_key(net, &fl->u.ip4);
net/ipv4/netfilter/nf_dup_ipv4.c
28
struct rtable *rt;
net/ipv4/ping.c
707
struct rtable *rt = NULL;
net/ipv4/raw.c
328
struct rtable **rtp, unsigned int flags,
net/ipv4/raw.c
337
struct rtable *rt = *rtp;
net/ipv4/raw.c
489
struct rtable *rt = NULL;
net/ipv4/route.c
1019
static void __ip_rt_update_pmtu(struct rtable *rt, struct flowi4 *fl4, u32 mtu)
net/ipv4/route.c
1074
struct rtable *rt = dst_rtable(dst);
net/ipv4/route.c
1091
struct rtable *rt;
net/ipv4/route.c
1108
struct rtable *rt;
net/ipv4/route.c
1126
struct rtable *rt;
net/ipv4/route.c
1181
struct rtable *rt;
net/ipv4/route.c
1196
struct rtable *rt;
net/ipv4/route.c
1211
struct rtable *rt = dst_rtable(dst);
net/ipv4/route.c
1260
struct rtable *rt;
net/ipv4/route.c
1288
void ip_rt_get_source(u8 *addr, struct sk_buff *skb, struct rtable *rt)
net/ipv4/route.c
1319
static void set_class_tag(struct rtable *rt, u32 tag)
net/ipv4/route.c
1440
static bool rt_bind_exception(struct rtable *rt, struct fib_nh_exception *fnhe,
net/ipv4/route.c
1448
struct rtable __rcu **porig;
net/ipv4/route.c
1449
struct rtable *orig;
net/ipv4/route.c
1490
static bool rt_cache_route(struct fib_nh_common *nhc, struct rtable *rt)
net/ipv4/route.c
1492
struct rtable *orig, *prev, **p;
net/ipv4/route.c
1496
p = (struct rtable **)&nhc->nhc_rth_input;
net/ipv4/route.c
1498
p = (struct rtable **)raw_cpu_ptr(nhc->nhc_pcpu_rth_output);
net/ipv4/route.c
1527
void rt_add_uncached_list(struct rtable *rt)
net/ipv4/route.c
1538
void rt_del_uncached_list(struct rtable *rt)
net/ipv4/route.c
1557
struct rtable *rt, *safe;
net/ipv4/route.c
1579
static bool rt_cache_valid(const struct rtable *rt)
net/ipv4/route.c
1586
static void rt_set_nexthop(struct rtable *rt, __be32 daddr,
net/ipv4/route.c
1645
struct rtable *rt_dst_alloc(struct net_device *dev,
net/ipv4/route.c
1649
struct rtable *rt;
net/ipv4/route.c
1675
struct rtable *rt_dst_clone(struct net_device *dev, struct rtable *rt)
net/ipv4/route.c
1677
struct rtable *new_rt;
net/ipv4/route.c
1748
struct rtable *rth;
net/ipv4/route.c
1820
struct rtable *rth;
net/ipv4/route.c
2197
struct rtable *rt = skb_rtable(hint);
net/ipv4/route.c
2275
struct rtable *rth;
net/ipv4/route.c
2562
static struct rtable *__mkroute_output(const struct fib_result *res,
net/ipv4/route.c
2571
struct rtable *rth;
net/ipv4/route.c
2632
struct rtable __rcu **prth;
net/ipv4/route.c
2691
struct rtable *ip_route_output_key_hash(struct net *net, struct flowi4 *fl4,
net/ipv4/route.c
2700
struct rtable *rth;
net/ipv4/route.c
2712
struct rtable *ip_route_output_key_hash_rcu(struct net *net, struct flowi4 *fl4,
net/ipv4/route.c
2719
struct rtable *rth;
net/ipv4/route.c
2894
struct rtable *ort = dst_rtable(dst_orig);
net/ipv4/route.c
2895
struct rtable *rt;
net/ipv4/route.c
2929
struct rtable *ip_route_output_flow(struct net *net, struct flowi4 *flp4,
net/ipv4/route.c
2932
struct rtable *rt = __ip_route_output_key(net, flp4);
net/ipv4/route.c
2950
struct rtable *rt, u32 table_id, dscp_t dscp,
net/ipv4/route.c
3097
struct rtable *rt;
net/ipv4/route.c
3299
struct rtable *rt = NULL;
net/ipv4/route.c
3756
ipv4_dst_ops.kmem_cachep = KMEM_CACHE(rtable,
net/ipv4/route.c
396
static inline bool rt_is_expired(const struct rtable *rth)
net/ipv4/route.c
416
const struct rtable *rt = container_of(dst, struct rtable, dst);
net/ipv4/route.c
443
const struct rtable *rt = container_of(dst, struct rtable, dst);
net/ipv4/route.c
578
struct rtable *rt;
net/ipv4/route.c
630
static void fill_route_from_fnhe(struct rtable *rt, struct fib_nh_exception *fnhe)
net/ipv4/route.c
650
struct rtable *rt;
net/ipv4/route.c
729
struct rtable __rcu **prt;
net/ipv4/route.c
744
static void __ip_do_redirect(struct rtable *rt, struct sk_buff *skb, struct flowi4 *fl4,
net/ipv4/route.c
831
struct rtable *rt;
net/ipv4/route.c
849
struct rtable *rt = dst_rtable(dst);
net/ipv4/route.c
875
struct rtable *rt = skb_rtable(skb);
net/ipv4/route.c
940
struct rtable *rt = skb_rtable(skb);
net/ipv4/syncookies.c
416
struct rtable *rt;
net/ipv4/tcp_ipv4.c
233
struct rtable *rt;
net/ipv4/udp.c
1281
struct rtable *rt = NULL;
net/ipv4/udp.c
2698
struct rtable *rt = skb_rtable(skb);
net/ipv4/udp_tunnel_core.c
174
void udp_tunnel_xmit_skb(struct rtable *rt, struct sock *sk, struct sk_buff *skb,
net/ipv4/udp_tunnel_core.c
230
struct rtable *udp_tunnel_dst_lookup(struct sk_buff *skb,
net/ipv4/udp_tunnel_core.c
238
struct rtable *rt = NULL;
net/ipv4/xfrm4_policy.c
24
struct rtable *rt;
net/ipv4/xfrm4_policy.c
69
struct rtable *rt = dst_rtable(xdst->route);
net/ipv6/ip6_tunnel.c
1142
const struct rtable *rt = skb_rtable(skb);
net/ipv6/ip6_tunnel.c
569
struct rtable *rt;
net/ipv6/ip6_vti.c
454
struct rtable *rt;
net/ipv6/sit.c
1103
struct rtable *rt = ip_route_output_ports(tunnel->net, &fl4,
net/ipv6/sit.c
907
struct rtable *rt; /* Route to the other host */
net/l2tp/l2tp_ip.c
429
struct rtable *rt = NULL;
net/mpls/af_mpls.c
627
struct rtable *rt;
net/mpls/mpls_iptunnel.c
45
struct rtable *rt = NULL;
net/netfilter/ipvs/ip_vs_xmit.c
1139
struct rtable *rt; /* Route to the other host */
net/netfilter/ipvs/ip_vs_xmit.c
122
static struct rtable *do_output_route4(struct net *net, __be32 daddr,
net/netfilter/ipvs/ip_vs_xmit.c
126
struct rtable *rt;
net/netfilter/ipvs/ip_vs_xmit.c
1495
struct rtable *rt; /* Route to the other host */
net/netfilter/ipvs/ip_vs_xmit.c
200
struct rtable *ort = skb_rtable(skb);
net/netfilter/ipvs/ip_vs_xmit.c
312
struct rtable *rt; /* Route to the other host */
net/netfilter/ipvs/ip_vs_xmit.c
777
struct rtable *rt; /* Route to the other host */
net/netfilter/nf_conntrack_broadcast.c
27
struct rtable *rt = skb_rtable(skb);
net/netfilter/nf_conntrack_h323_main.c
684
struct rtable *rt1, *rt2;
net/netfilter/nf_flow_table_ip.c
590
struct rtable *rt = dst_rtable(tuple->dst_cache);
net/netfilter/nf_flow_table_ip.c
653
struct rtable *rt = dst_rtable(tuple->dst_cache);
net/netfilter/nf_flow_table_ip.c
770
struct rtable *rt;
net/netfilter/nf_nat_masquerade.c
36
const struct rtable *rt;
net/netfilter/xt_TCPMSS.c
48
struct rtable *rt = NULL;
net/openvswitch/actions.c
783
struct rtable ovs_rt = { 0 };
net/rxrpc/peer_object.c
156
struct rtable *rt;
net/sched/sch_frag.c
99
struct rtable sch_frag_rt = { 0 };
net/sctp/protocol.c
421
struct rtable *rt;
net/sctp/protocol.c
558
struct rtable *rt = dst_rtable(t->dst);
net/smc/smc_ib.c
200
struct rtable *rt = NULL;
net/tipc/udp_media.c
180
struct rtable *rt = dst_rtable(ndst);
net/xfrm/xfrm_interface_core.c
554
struct rtable *rt;
net/xfrm/xfrm_nat_keepalive.c
47
struct rtable *rt;