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
370
struct rtable **prt)
drivers/infiniband/core/addr.c
378
struct rtable *rt;
drivers/infiniband/core/addr.c
539
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
112
struct rtable *rt;
drivers/net/amt.c
1005
struct rtable *rt;
drivers/net/amt.c
1066
struct rtable *rt;
drivers/net/amt.c
1119
struct rtable *rt;
drivers/net/amt.c
2599
struct rtable *rt;
drivers/net/amt.c
620
struct rtable *rt;
drivers/net/amt.c
709
struct rtable *rt;
drivers/net/bareudp.c
310
struct rtable *rt;
drivers/net/bareudp.c
512
struct rtable *rt;
drivers/net/bonding/bond_main.c
3082
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
269
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
1348
struct rtable *rt;
drivers/net/geneve.c
1617
struct rtable *rt;
drivers/net/geneve.c
2280
struct rtable *rt = ip_route_output_key(geneve->net, &fl4);
drivers/net/gtp.c
1022
struct pdp_ctx *pctx, struct rtable *rt,
drivers/net/gtp.c
1053
struct rtable *rt;
drivers/net/gtp.c
2334
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
997
struct rtable *rt;
drivers/net/ipvlan/ipvlan_core.c
434
struct rtable *rt;
drivers/net/ovpn/peer.c
418
const struct rtable *rt = skb_rtable(skb);
drivers/net/ovpn/peer.c
786
struct rtable *rt;
drivers/net/ovpn/udp.c
148
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
115
struct rtable *rth;
drivers/net/vrf.c
497
struct rtable *rt;
drivers/net/vrf.c
799
struct rtable *rt = dst_rtable(dst);
drivers/net/vrf.c
857
struct rtable *rth;
drivers/net/vrf.c
963
struct rtable *rth = vrf->rth;
drivers/net/vrf.c
972
struct rtable *rth;
drivers/net/vxlan/vxlan_core.c
2474
struct rtable *rt;
drivers/net/vxlan/vxlan_core.c
3246
struct rtable *rt;
drivers/net/wireguard/socket.c
30
struct rtable *rt = NULL;
drivers/net/wireless/ti/wl12xx/main.c
1805
wl->rtable = wl12xx_rtable;
drivers/net/wireless/ti/wl18xx/main.c
1942
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/net/dsa.h
167
struct list_head rtable;
include/net/dsa.h
645
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
765
__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
138
void udp_tunnel_xmit_skb(struct rtable *rt, struct sock *sk, struct sk_buff *skb,
include/net/udp_tunnel.h
181
struct rtable *udp_tunnel_dst_lookup(struct sk_buff *skb,
include/net/xfrm.h
1079
struct rtable rt;
net/bridge/br_netfilter_hooks.c
382
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
513
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
2341
struct rtable *rt = skb_rtable(skb);
net/core/filter.c
2393
struct rtable *rt;
net/core/lwt_bpf.c
211
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
1268
struct rtable *rt;
net/ipv4/af_inet.c
1319
struct rtable *rt = dst_rtable(__sk_dst_check(sk, 0));
net/ipv4/arp.c
1038
struct rtable *rt;
net/ipv4/arp.c
454
struct rtable *rt;
net/ipv4/arp.c
475
struct net_device *dev, struct rtable *rt)
net/ipv4/arp.c
520
struct net_device *dev, struct rtable *rt,
net/ipv4/arp.c
708
struct rtable *rt;
net/ipv4/datagram.c
107
struct rtable *rt;
net/ipv4/datagram.c
24
struct rtable *rt;
net/ipv4/fib_frontend.c
278
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
617
nhc->nhc_pcpu_rth_output = alloc_percpu_gfp(struct rtable __rcu *,
net/ipv4/icmp.c
1450
struct rtable *rt = skb_rtable(skb);
net/ipv4/icmp.c
311
static bool icmpv4_xrlim_allow(struct net *net, struct rtable *rt,
net/ipv4/icmp.c
385
struct ipcm_cookie *ipc, struct rtable **rt)
net/ipv4/icmp.c
418
struct rtable *rt = skb_rtable(skb);
net/ipv4/icmp.c
494
static struct rtable *icmp_route_lookup(struct net *net, struct flowi4 *fl4,
net/ipv4/icmp.c
502
struct rtable *rt, *rt2;
net/ipv4/icmp.c
821
struct rtable *rt = skb_rtable(skb_in);
net/ipv4/igmp.c
1964
struct rtable *rt = ip_route_output(net,
net/ipv4/igmp.c
381
struct rtable *rt;
net/ipv4/igmp.c
762
struct rtable *rt;
net/ipv4/inet_connection_sock.c
1532
struct rtable *rt;
net/ipv4/inet_connection_sock.c
765
struct rtable *rt;
net/ipv4/inet_connection_sock.c
802
struct rtable *rt;
net/ipv4/ip_forward.c
87
struct rtable *rt; /* Route we use */
net/ipv4/ip_gre.c
632
struct rtable *rt;
net/ipv4/ip_gre.c
951
struct rtable *rt;
net/ipv4/ip_input.c
366
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
546
struct rtable *rt = skb_rtable(skb);
net/ipv4/ip_options.c
596
struct rtable *rt = skb_rtable(skb);
net/ipv4/ip_options.c
597
struct rtable *rt2;
net/ipv4/ip_output.c
1291
struct ipcm_cookie *ipc, struct rtable **rtp)
net/ipv4/ip_output.c
1294
struct rtable *rt;
net/ipv4/ip_output.c
1359
struct ipcm_cookie *ipc, struct rtable **rtp,
net/ipv4/ip_output.c
1404
struct rtable *rt = dst_rtable(cork->dst);
net/ipv4/ip_output.c
1554
struct ipcm_cookie *ipc, struct rtable **rtp,
net/ipv4/ip_output.c
156
struct rtable *rt = skb_rtable(skb);
net/ipv4/ip_output.c
1611
struct rtable *rt = skb_rtable(skb);
net/ipv4/ip_output.c
202
struct rtable *rt = dst_rtable(dst);
net/ipv4/ip_output.c
336
struct rtable *new_rt;
net/ipv4/ip_output.c
369
struct rtable *rt = skb_rtable(skb);
net/ipv4/ip_output.c
469
struct rtable *rt;
net/ipv4/ip_output.c
766
struct rtable *rt = skb_rtable(skb);
net/ipv4/ip_output.c
972
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
1908
struct rtable *rt;
net/ipv4/ipmr.c
1983
struct rtable *rt;
net/ipv4/ipmr.c
2164
struct rtable *rt = skb_rtable(skb);
net/ipv4/ipmr.c
2342
struct rtable *rt = skb_rtable(skb);
net/ipv4/netfilter.c
26
struct rtable *rt;
net/ipv4/netfilter.c
94
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
698
struct rtable *rt = NULL;
net/ipv4/raw.c
335
struct rtable **rtp, unsigned int flags,
net/ipv4/raw.c
344
struct rtable *rt = *rtp;
net/ipv4/raw.c
496
struct rtable *rt = NULL;
net/ipv4/route.c
1017
static void __ip_rt_update_pmtu(struct rtable *rt, struct flowi4 *fl4, u32 mtu)
net/ipv4/route.c
1072
struct rtable *rt = dst_rtable(dst);
net/ipv4/route.c
1089
struct rtable *rt;
net/ipv4/route.c
1106
struct rtable *rt;
net/ipv4/route.c
1124
struct rtable *rt;
net/ipv4/route.c
1178
struct rtable *rt;
net/ipv4/route.c
1193
struct rtable *rt;
net/ipv4/route.c
1207
struct rtable *rt = dst_rtable(dst);
net/ipv4/route.c
1256
struct rtable *rt;
net/ipv4/route.c
1284
void ip_rt_get_source(u8 *addr, struct sk_buff *skb, struct rtable *rt)
net/ipv4/route.c
1315
static void set_class_tag(struct rtable *rt, u32 tag)
net/ipv4/route.c
1436
static bool rt_bind_exception(struct rtable *rt, struct fib_nh_exception *fnhe,
net/ipv4/route.c
1444
struct rtable __rcu **porig;
net/ipv4/route.c
1445
struct rtable *orig;
net/ipv4/route.c
1486
static bool rt_cache_route(struct fib_nh_common *nhc, struct rtable *rt)
net/ipv4/route.c
1488
struct rtable *orig, *prev, **p;
net/ipv4/route.c
1492
p = (struct rtable **)&nhc->nhc_rth_input;
net/ipv4/route.c
1494
p = (struct rtable **)raw_cpu_ptr(nhc->nhc_pcpu_rth_output);
net/ipv4/route.c
1523
void rt_add_uncached_list(struct rtable *rt)
net/ipv4/route.c
1534
void rt_del_uncached_list(struct rtable *rt)
net/ipv4/route.c
1553
struct rtable *rt, *safe;
net/ipv4/route.c
1575
static bool rt_cache_valid(const struct rtable *rt)
net/ipv4/route.c
1582
static void rt_set_nexthop(struct rtable *rt, __be32 daddr,
net/ipv4/route.c
1641
struct rtable *rt_dst_alloc(struct net_device *dev,
net/ipv4/route.c
1645
struct rtable *rt;
net/ipv4/route.c
1671
struct rtable *rt_dst_clone(struct net_device *dev, struct rtable *rt)
net/ipv4/route.c
1673
struct rtable *new_rt;
net/ipv4/route.c
1743
struct rtable *rth;
net/ipv4/route.c
1815
struct rtable *rth;
net/ipv4/route.c
2192
struct rtable *rt = skb_rtable(hint);
net/ipv4/route.c
2270
struct rtable *rth;
net/ipv4/route.c
2557
static struct rtable *__mkroute_output(const struct fib_result *res,
net/ipv4/route.c
2566
struct rtable *rth;
net/ipv4/route.c
2627
struct rtable __rcu **prth;
net/ipv4/route.c
2686
struct rtable *ip_route_output_key_hash(struct net *net, struct flowi4 *fl4,
net/ipv4/route.c
2695
struct rtable *rth;
net/ipv4/route.c
2707
struct rtable *ip_route_output_key_hash_rcu(struct net *net, struct flowi4 *fl4,
net/ipv4/route.c
2714
struct rtable *rth;
net/ipv4/route.c
2889
struct rtable *ort = dst_rtable(dst_orig);
net/ipv4/route.c
2890
struct rtable *rt;
net/ipv4/route.c
2924
struct rtable *ip_route_output_flow(struct net *net, struct flowi4 *flp4,
net/ipv4/route.c
2927
struct rtable *rt = __ip_route_output_key(net, flp4);
net/ipv4/route.c
2945
struct rtable *rt, u32 table_id, dscp_t dscp,
net/ipv4/route.c
3092
struct rtable *rt;
net/ipv4/route.c
3294
struct rtable *rt = NULL;
net/ipv4/route.c
3751
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
938
struct rtable *rt = skb_rtable(skb);
net/ipv4/syncookies.c
416
struct rtable *rt;
net/ipv4/tcp_ipv4.c
232
struct rtable *rt;
net/ipv4/udp.c
1243
struct rtable *rt = NULL;
net/ipv4/udp.c
2590
struct rtable *rt = skb_rtable(skb);
net/ipv4/udp_tunnel_core.c
168
void udp_tunnel_xmit_skb(struct rtable *rt, struct sock *sk, struct sk_buff *skb,
net/ipv4/udp_tunnel_core.c
225
struct rtable *udp_tunnel_dst_lookup(struct sk_buff *skb,
net/ipv4/udp_tunnel_core.c
233
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
1149
const struct rtable *rt = skb_rtable(skb);
net/ipv6/ip6_tunnel.c
576
struct rtable *rt;
net/ipv6/ip6_vti.c
456
struct rtable *rt;
net/ipv6/sit.c
1107
struct rtable *rt = ip_route_output_ports(tunnel->net, &fl4,
net/ipv6/sit.c
908
struct rtable *rt; /* Route to the other host */
net/l2tp/l2tp_ip.c
429
struct rtable *rt = NULL;
net/mpls/af_mpls.c
626
struct rtable *rt;
net/mpls/mpls_iptunnel.c
45
struct rtable *rt = NULL;
net/netfilter/ipvs/ip_vs_xmit.c
1152
struct rtable *rt; /* Route to the other host */
net/netfilter/ipvs/ip_vs_xmit.c
133
static struct rtable *do_output_route4(struct net *net, __be32 daddr,
net/netfilter/ipvs/ip_vs_xmit.c
137
struct rtable *rt;
net/netfilter/ipvs/ip_vs_xmit.c
1508
struct rtable *rt; /* Route to the other host */
net/netfilter/ipvs/ip_vs_xmit.c
211
struct rtable *ort = skb_rtable(skb);
net/netfilter/ipvs/ip_vs_xmit.c
323
struct rtable *rt; /* Route to the other host */
net/netfilter/ipvs/ip_vs_xmit.c
790
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
681
struct rtable *rt1, *rt2;
net/netfilter/nf_flow_table_ip.c
595
struct rtable *rt = dst_rtable(dst);
net/netfilter/nf_flow_table_ip.c
653
struct rtable *rt = dst_rtable(dst);
net/netfilter/nf_flow_table_ip.c
819
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
784
struct rtable ovs_rt = { 0 };
net/rxrpc/peer_object.c
156
struct rtable *rt;
net/sched/sch_frag.c
100
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
184
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;