Symbol: rt6_info
drivers/infiniband/core/cma.c
1630
struct rt6_info *rt = rt6_lookup(dev_net(net_dev), &dst_addr->sin6_addr,
drivers/infiniband/sw/rxe/rxe_net.c
202
rt6_get_cookie((struct rt6_info *)dst);
drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c
529
struct rt6_info *rt6;
drivers/net/geneve.c
2116
struct rt6_info *rt;
drivers/net/gtp.c
1035
struct pdp_ctx *pctx, struct rt6_info *rt6,
drivers/net/gtp.c
1117
struct rt6_info *rt;
drivers/net/gtp.c
363
static struct rt6_info *ip6_route_output_gtp(struct net *net,
drivers/net/gtp.c
381
return (struct rt6_info *)dst;
drivers/net/gtp.c
997
struct rt6_info *rt6;
drivers/net/ovpn/peer.c
427
const struct rt6_info *rt = skb_rt6_info(skb);
drivers/net/ovpn/peer.c
819
struct rt6_info *rt;
drivers/net/vrf.c
116
struct rt6_info __rcu *rt6;
drivers/net/vrf.c
1278
static struct rt6_info *vrf_ip6_route_lookup(struct net *net,
drivers/net/vrf.c
1303
struct rt6_info *rt6;
drivers/net/vrf.c
1449
struct rt6_info *rt;
drivers/net/vrf.c
652
struct rt6_info *rt6;
drivers/net/vrf.c
753
struct rt6_info *rt6 = rtnl_dereference(vrf->rt6);
drivers/net/vrf.c
777
struct rt6_info *rt6;
drivers/s390/net/qeth_core.h
957
struct rt6_info *rt;
drivers/s390/net/qeth_core.h
980
struct rt6_info *rt = dst_rt6_info(dst);
drivers/scsi/cxgbi/libcxgbi.c
704
static struct rt6_info *find_route_ipv6(const struct in6_addr *saddr,
drivers/scsi/cxgbi/libcxgbi.c
716
return (struct rt6_info *)ip6_route_output(&init_net, NULL, &fl);
drivers/scsi/cxgbi/libcxgbi.c
726
struct rt6_info *rt = NULL;
include/net/ip6_fib.h
138
struct rt6_info *rt6i;
include/net/ip6_fib.h
154
struct rt6_info * __percpu *rt6i_pcpu;
include/net/ip6_fib.h
227
struct rt6_info *rt6;
include/net/ip6_fib.h
238
#define dst_rt6_info(_ptr) container_of_const(_ptr, struct rt6_info, dst)
include/net/ip6_fib.h
299
static inline u32 rt6_get_cookie(const struct rt6_info *rt)
include/net/ip6_fib.h
318
static inline void ip6_rt_put(struct rt6_info *rt)
include/net/ip6_fib.h
323
BUILD_BUG_ON(offsetof(struct rt6_info, dst) != 0);
include/net/ip6_fib.h
33
struct rt6_info;
include/net/ip6_fib.h
419
typedef struct rt6_info *(*pol_lookup_t)(struct net *,
include/net/ip6_fib.h
474
void rt6_get_prefsrc(const struct rt6_info *rt, struct in6_addr *addr)
include/net/ip6_fib.h
609
INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_output(struct net *net,
include/net/ip6_fib.h
614
INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_input(struct net *net,
include/net/ip6_fib.h
619
INDIRECT_CALLABLE_DECLARE(struct rt6_info *__ip6_route_redirect(struct net *net,
include/net/ip6_fib.h
624
INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_lookup(struct net *net,
include/net/ip6_fib.h
629
static inline struct rt6_info *pol_lookup_func(pol_lookup_t lookup,
include/net/ip6_route.h
108
struct rt6_info *ip6_pol_route(struct net *net, struct fib6_table *table,
include/net/ip6_route.h
154
struct rt6_info *rt6_lookup(struct net *net, const struct in6_addr *daddr,
include/net/ip6_route.h
168
struct rt6_info *ip6_dst_alloc(struct net *net, struct net_device *dev,
include/net/ip6_route.h
215
void rt6_uncached_list_add(struct rt6_info *rt);
include/net/ip6_route.h
216
void rt6_uncached_list_del(struct rt6_info *rt);
include/net/ip6_route.h
218
static inline const struct rt6_info *skb_rt6_info(const struct sk_buff *skb)
include/net/ip6_route.h
250
const struct rt6_info *rt = dst_rt6_info(skb_dst(skb));
include/net/ip6_route.h
258
const struct rt6_info *rt = dst_rt6_info(dst);
include/net/ip6_route.h
307
static inline const struct in6_addr *rt6_nexthop(const struct rt6_info *rt,
include/net/ip6_route.h
99
static inline void ip6_rt_put_flags(struct rt6_info *rt, int flags)
include/net/ipv6.h
1022
struct rt6_info *rt, unsigned int flags);
include/net/ipv6.h
1037
struct rt6_info *rt, unsigned int flags,
include/net/netns/ipv6.h
76
struct rt6_info *ip6_null_entry;
include/net/netns/ipv6.h
94
struct rt6_info *ip6_prohibit_entry;
include/net/netns/ipv6.h
95
struct rt6_info *ip6_blk_hole_entry;
include/net/xfrm.h
1060
struct rt6_info rt6;
net/bluetooth/6lowpan.c
144
struct rt6_info *rt = dst_rt6_info(skb_dst(skb));
net/bridge/br_private.h
512
struct rt6_info fake_rt6_info;
net/ipv4/ip_tunnel.c
545
struct rt6_info *rt6;
net/ipv6/addrconf.c
6656
void addrconf_set_nopolicy(struct rt6_info *rt, int action)
net/ipv6/addrconf.c
6683
struct rt6_info **rtp;
net/ipv6/anycast.c
102
struct rt6_info *rt;
net/ipv6/fib6_rules.c
118
struct rt6_info *rt;
net/ipv6/fib6_rules.c
205
struct rt6_info *rt = NULL;
net/ipv6/fib6_rules.c
283
struct rt6_info *rt = res->rt6;
net/ipv6/icmp.c
248
struct rt6_info *rt = dst_rt6_info(dst);
net/ipv6/icmp.c
429
const struct rt6_info *rt6 = skb_rt6_info(skb);
net/ipv6/icmp.c
862
struct rt6_info *rt;
net/ipv6/ila/ila_lwt.c
41
struct rt6_info *rt = dst_rt6_info(orig_dst);
net/ipv6/ip6_fib.c
324
struct rt6_info *rt;
net/ipv6/ip6_fib.c
988
struct rt6_info **ppcpu_rt;
net/ipv6/ip6_fib.c
989
struct rt6_info *pcpu_rt;
net/ipv6/ip6_gre.c
1131
struct rt6_info *rt = rt6_lookup(t->net,
net/ipv6/ip6_output.c
1062
struct rt6_info *rt;
net/ipv6/ip6_output.c
1110
struct rt6_info *rt;
net/ipv6/ip6_output.c
1126
struct rt6_info *rt;
net/ipv6/ip6_output.c
1321
struct rt6_info *rt,
net/ipv6/ip6_output.c
1343
struct rt6_info *rt)
net/ipv6/ip6_output.c
1441
struct rt6_info *rt = dst_rt6_info(cork->dst);
net/ipv6/ip6_output.c
1831
struct rt6_info *rt, unsigned int flags)
net/ipv6/ip6_output.c
1902
struct rt6_info *rt = dst_rt6_info(cork->base.dst);
net/ipv6/ip6_output.c
1980
struct rt6_info *rt = dst_rt6_info(skb_dst(skb));
net/ipv6/ip6_output.c
2036
struct ipcm6_cookie *ipc6, struct rt6_info *rt,
net/ipv6/ip6_output.c
601
struct rt6_info *rt;
net/ipv6/ip6_output.c
865
struct rt6_info *rt = dst_rt6_info(skb_dst(skb));
net/ipv6/ip6_tunnel.c
1505
struct rt6_info *rt = rt6_lookup(t->net,
net/ipv6/ip6_tunnel.c
674
struct rt6_info *rt;
net/ipv6/ip6_vti.c
677
struct rt6_info *rt = rt6_lookup(t->net,
net/ipv6/ip6mr.c
2424
struct rt6_info *rt = dst_rt6_info(skb_dst(skb));
net/ipv6/mcast.c
177
struct rt6_info *rt;
net/ipv6/ndisc.c
1666
struct rt6_info *rt;
net/ipv6/netfilter/ip6t_rpfilter.c
35
struct rt6_info *rt;
net/ipv6/netfilter/nft_fib_ipv6.c
169
struct rt6_info *rt;
net/ipv6/netfilter/nft_fib_ipv6.c
64
struct rt6_info *rt;
net/ipv6/ping.c
73
struct rt6_info *rt;
net/ipv6/raw.c
602
struct rt6_info *rt = dst_rt6_info(*dstp);
net/ipv6/route.c
1110
static void ip6_rt_init_dst_reject(struct rt6_info *rt, u8 fib6_type)
net/ipv6/route.c
1132
static void ip6_rt_init_dst(struct rt6_info *rt, const struct fib6_result *res)
net/ipv6/route.c
115
static struct rt6_info *rt6_find_cached_rt(const struct fib6_result *res,
net/ipv6/route.c
1162
static void rt6_set_from(struct rt6_info *rt, struct fib6_info *from)
net/ipv6/route.c
1170
static void ip6_rt_copy_init(struct rt6_info *rt, const struct fib6_result *res)
net/ipv6/route.c
1209
static bool ip6_hold_safe(struct net *net, struct rt6_info **prt)
net/ipv6/route.c
1211
struct rt6_info *rt = *prt;
net/ipv6/route.c
1226
static struct rt6_info *ip6_create_rt_rcu(const struct fib6_result *res)
net/ipv6/route.c
1231
struct rt6_info *nrt;
net/ipv6/route.c
1252
INDIRECT_CALLABLE_SCOPE struct rt6_info *ip6_pol_route_lookup(struct net *net,
net/ipv6/route.c
1260
struct rt6_info *rt;
net/ipv6/route.c
1312
struct rt6_info *rt6_lookup(struct net *net, const struct in6_addr *daddr,
net/ipv6/route.c
1365
static struct rt6_info *ip6_rt_cache_alloc(const struct fib6_result *res,
net/ipv6/route.c
1371
struct rt6_info *rt;
net/ipv6/route.c
138
void rt6_uncached_list_add(struct rt6_info *rt)
net/ipv6/route.c
1407
static struct rt6_info *ip6_rt_pcpu_alloc(const struct fib6_result *res)
net/ipv6/route.c
1412
struct rt6_info *pcpu_rt;
net/ipv6/route.c
1434
static bool rt6_is_valid(const struct rt6_info *rt6)
net/ipv6/route.c
1440
static struct rt6_info *rt6_get_pcpu_route(const struct fib6_result *res)
net/ipv6/route.c
1442
struct rt6_info *pcpu_rt;
net/ipv6/route.c
1447
struct rt6_info *prev, **p;
net/ipv6/route.c
1463
static struct rt6_info *rt6_make_pcpu_route(struct net *net,
net/ipv6/route.c
1466
struct rt6_info *pcpu_rt, *prev, **p;
net/ipv6/route.c
149
void rt6_uncached_list_del(struct rt6_info *rt)
net/ipv6/route.c
1587
struct rt6_info *rt6 = rt6_ex->rt6i;
net/ipv6/route.c
1622
struct rt6_info *rt6 = rt6_ex->rt6i;
net/ipv6/route.c
166
struct rt6_info *rt, *safe;
net/ipv6/route.c
1710
static int rt6_insert_exception(struct rt6_info *nrt,
net/ipv6/route.c
1847
static struct rt6_info *rt6_find_cached_rt(const struct fib6_result *res,
net/ipv6/route.c
1854
struct rt6_info *ret = NULL;
net/ipv6/route.c
1891
const struct rt6_info *rt)
net/ipv6/route.c
1929
struct rt6_info *rt;
net/ipv6/route.c
1945
static int rt6_remove_exception_rt(struct rt6_info *rt)
net/ipv6/route.c
1975
const struct rt6_info *rt)
net/ipv6/route.c
2020
static void rt6_update_exception_stamp_rt(struct rt6_info *rt)
net/ipv6/route.c
2051
struct rt6_info *rt, int mtu)
net/ipv6/route.c
2087
struct rt6_info *entry = rt6_ex->rt6i;
net/ipv6/route.c
2120
struct rt6_info *entry = rt6_ex->rt6i;
net/ipv6/route.c
2141
struct rt6_info *rt = rt6_ex->rt6i;
net/ipv6/route.c
2265
struct rt6_info *ip6_pol_route(struct net *net, struct fib6_table *table,
net/ipv6/route.c
2270
struct rt6_info *rt = NULL;
net/ipv6/route.c
228
const struct rt6_info *rt = dst_rt6_info(dst);
net/ipv6/route.c
2334
INDIRECT_CALLABLE_SCOPE struct rt6_info *ip6_pol_route_input(struct net *net,
net/ipv6/route.c
236
const struct rt6_info *rt = dst_rt6_info(dst);
net/ipv6/route.c
2659
INDIRECT_CALLABLE_SCOPE struct rt6_info *ip6_pol_route_output(struct net *net,
net/ipv6/route.c
2707
struct rt6_info *rt6;
net/ipv6/route.c
2725
struct rt6_info *rt, *ort = dst_rt6_info(dst_orig);
net/ipv6/route.c
2773
static struct dst_entry *rt6_check(struct rt6_info *rt,
net/ipv6/route.c
2789
static struct dst_entry *rt6_dst_from_check(struct rt6_info *rt,
net/ipv6/route.c
2805
struct rt6_info *rt;
net/ipv6/route.c
2836
struct rt6_info *rt = dst_rt6_info(dst);
net/ipv6/route.c
2855
struct rt6_info *rt;
net/ipv6/route.c
2879
static void rt6_update_expires(struct rt6_info *rt0, int timeout)
net/ipv6/route.c
2895
static void rt6_do_update_pmtu(struct rt6_info *rt, u32 mtu)
net/ipv6/route.c
2904
static bool rt6_cache_allowed_for_pmtu(const struct rt6_info *rt)
net/ipv6/route.c
2915
struct rt6_info *rt6 = dst_rt6_info(dst);
net/ipv6/route.c
293
static const struct rt6_info ip6_null_entry_template = {
net/ipv6/route.c
2948
struct rt6_info *nrt6;
net/ipv6/route.c
3060
struct rt6_info **ret)
net/ipv6/route.c
307
static const struct rt6_info ip6_prohibit_entry_template = {
net/ipv6/route.c
3074
struct rt6_info *rt_cache;
net/ipv6/route.c
3091
struct rt6_info **ret;
net/ipv6/route.c
3108
INDIRECT_CALLABLE_SCOPE struct rt6_info *__ip6_route_redirect(struct net *net,
net/ipv6/route.c
3115
struct rt6_info *ret = NULL;
net/ipv6/route.c
319
static const struct rt6_info ip6_blk_hole_entry_template = {
net/ipv6/route.c
3299
struct rt6_info *rt;
net/ipv6/route.c
3329
struct rt6_info *rt;
net/ipv6/route.c
333
static void rt6_info_init(struct rt6_info *rt)
net/ipv6/route.c
339
struct rt6_info *ip6_dst_alloc(struct net *net, struct net_device *dev,
net/ipv6/route.c
342
struct rt6_info *rt = dst_alloc(&net->ipv6.ip6_dst_ops, dev,
net/ipv6/route.c
356
struct rt6_info *rt = dst_rt6_info(dst);
net/ipv6/route.c
3684
fib6_nh->rt6i_pcpu = alloc_percpu_gfp(struct rt6_info *, gfp_flags);
net/ipv6/route.c
3736
struct rt6_info *pcpu_rt, **ppcpu_rt;
net/ipv6/route.c
375
struct rt6_info *rt = dst_rt6_info(dst);
net/ipv6/route.c
391
static bool __rt6_check_expired(const struct rt6_info *rt)
net/ipv6/route.c
398
static bool rt6_check_expired(const struct rt6_info *rt)
net/ipv6/route.c
4071
static int __ip6_del_cached_rt(struct rt6_info *rt, struct fib6_config *cfg)
net/ipv6/route.c
4094
struct rt6_info *rt_cache;
net/ipv6/route.c
4217
struct rt6_info *rt, *nrt = NULL;
net/ipv6/route.c
5761
struct rt6_info *rt6 = dst_rt6_info(dst);
net/ipv6/route.c
6200
struct rt6_info *rt;
net/ipv6/route.c
6881
kmem_cache_create("ip6_dst_cache", sizeof(struct rt6_info), 0,
net/ipv6/seg6_local.c
279
struct rt6_info *rt;
net/ipv6/xfrm6_policy.c
83
struct rt6_info *rt = dst_rt6_info(xdst->route);
net/mpls/mpls_iptunnel.c
46
struct rt6_info *rt6 = NULL;
net/netfilter/ipvs/ip_vs_xmit.c
1284
struct rt6_info *rt; /* Route to the other host */
net/netfilter/ipvs/ip_vs_xmit.c
151
static inline int __ip_vs_is_local_route6(struct rt6_info *rt)
net/netfilter/ipvs/ip_vs_xmit.c
1580
struct rt6_info *rt; /* Route to the other host */
net/netfilter/ipvs/ip_vs_xmit.c
483
struct rt6_info *rt; /* Route to the other host */
net/netfilter/ipvs/ip_vs_xmit.c
861
struct rt6_info *rt; /* Route to the other host */
net/netfilter/nf_conntrack_h323_main.c
707
struct rt6_info *rt1, *rt2;
net/netfilter/nf_flow_table_ip.c
1091
struct rt6_info *rt;
net/netfilter/xt_addrtype.c
37
struct rt6_info *rt;
net/openvswitch/actions.c
800
struct rt6_info ovs_rt;
net/sched/sch_frag.c
117
struct rt6_info sch_frag_rt;
net/sctp/ipv6.c
417
struct rt6_info *rt;