Symbol: RT_SCOPE_UNIVERSE
drivers/infiniband/hw/irdma/cm.c
1990
RT_SCOPE_UNIVERSE);
drivers/infiniband/hw/qedr/qedr_iw_cm.c
451
RT_SCOPE_UNIVERSE);
drivers/net/ethernet/broadcom/cnic.c
3685
RT_SCOPE_UNIVERSE);
drivers/net/ppp/pptp.c
140
RT_SCOPE_UNIVERSE, IPPROTO_GRE, 0,
include/net/ip.h
260
return RT_SCOPE_UNIVERSE;
include/net/route.h
208
sk ? ip_sock_rt_scope(sk) : RT_SCOPE_UNIVERSE,
include/net/route.h
45
return RT_SCOPE_UNIVERSE;
net/core/filter.c
6250
fl4.flowi4_scope = RT_SCOPE_UNIVERSE;
net/ipv4/arp.c
460
RT_SCOPE_UNIVERSE);
net/ipv4/fib_frontend.c
291
scope = RT_SCOPE_UNIVERSE;
net/ipv4/fib_frontend.c
364
fl4.flowi4_scope = RT_SCOPE_UNIVERSE;
net/ipv4/fib_frontend.c
584
cfg->fc_scope = RT_SCOPE_UNIVERSE;
net/ipv4/fib_semantics.c
111
.scope = RT_SCOPE_UNIVERSE,
net/ipv4/fib_semantics.c
115
.scope = RT_SCOPE_UNIVERSE,
net/ipv4/fib_semantics.c
119
.scope = RT_SCOPE_UNIVERSE,
net/ipv4/fib_semantics.c
123
.scope = RT_SCOPE_UNIVERSE,
net/ipv4/fib_semantics.c
127
.scope = RT_SCOPE_UNIVERSE,
net/ipv4/fib_semantics.c
95
.scope = RT_SCOPE_UNIVERSE,
net/ipv4/fib_trie.c
2734
case RT_SCOPE_UNIVERSE: return "universe";
net/ipv4/icmp.c
672
if (ifa->ifa_scope != RT_SCOPE_UNIVERSE ||
net/ipv4/igmp.c
1481
ifm->ifa_scope = RT_SCOPE_UNIVERSE;
net/ipv4/igmp.c
1967
RT_SCOPE_UNIVERSE);
net/ipv4/ip_gre.c
945
.flowi4_scope = RT_SCOPE_UNIVERSE,
net/ipv4/ip_output.c
1638
RT_SCOPE_UNIVERSE, ip_hdr(skb)->protocol,
net/ipv4/ipip.c
364
RT_SCOPE_UNIVERSE);
net/ipv4/ipmr.c
2527
rtm->rtm_scope = RT_SCOPE_UNIVERSE;
net/ipv4/ipmr.c
2879
rtm->rtm_scope != RT_SCOPE_UNIVERSE ||
net/ipv4/netfilter/ipt_rpfilter.c
80
flow.flowi4_scope = RT_SCOPE_UNIVERSE;
net/ipv4/netfilter/nf_dup_ipv4.c
37
fl4.flowi4_scope = RT_SCOPE_UNIVERSE;
net/ipv4/netfilter/nft_fib_ipv4.c
71
.flowi4_scope = RT_SCOPE_UNIVERSE,
net/ipv4/route.c
1308
RT_SCOPE_UNIVERSE);
net/ipv4/route.c
2336
fl4.flowi4_scope = RT_SCOPE_UNIVERSE;
net/ipv4/route.c
2968
r->rtm_scope = RT_SCOPE_UNIVERSE;
net/ipv4/route.c
515
__u8 scope = RT_SCOPE_UNIVERSE;
net/ipv6/addrconf.c
5150
return RT_SCOPE_UNIVERSE;
net/ipv6/addrconf.c
5247
u8 scope = RT_SCOPE_UNIVERSE;
net/ipv6/addrconf.c
5283
u8 scope = RT_SCOPE_UNIVERSE;
net/ipv6/ip6mr.c
2554
rtm->rtm_scope = RT_SCOPE_UNIVERSE;
net/ipv6/route.c
5817
rtm->rtm_scope = RT_SCOPE_UNIVERSE;
net/ipv6/sit.c
933
tos & INET_DSCP_MASK, RT_SCOPE_UNIVERSE,
net/mctp/route.c
1677
hdr->rtm_scope = RT_SCOPE_UNIVERSE;
net/mpls/af_mpls.c
1893
if (rtm->rtm_scope != RT_SCOPE_UNIVERSE) {
net/mpls/af_mpls.c
2054
rtm->rtm_scope = RT_SCOPE_UNIVERSE;
net/mpls/af_mpls.c
2545
r->rtm_scope = RT_SCOPE_UNIVERSE;
net/mpls/af_mpls.c
630
rt = ip_route_output(net, daddr.s_addr, 0, 0, 0, RT_SCOPE_UNIVERSE);
net/netfilter/ipvs/ip_vs_sync.c
1424
addr = inet_select_addr(dev, 0, RT_SCOPE_UNIVERSE);
net/netfilter/nf_nat_masquerade.c
54
newsrc = inet_select_addr(out, nh, RT_SCOPE_UNIVERSE);
net/phonet/pn_netlink.c
190
rtm->rtm_scope = RT_SCOPE_UNIVERSE;
net/rxrpc/peer_object.c
187
fl6->flowi6_scope = RT_SCOPE_UNIVERSE;
net/xfrm/xfrm_nat_keepalive.c
53
RT_SCOPE_UNIVERSE, IPPROTO_UDP, 0,
tools/testing/selftests/net/forwarding/ipmr.c
151
.rtm_scope = RT_SCOPE_UNIVERSE,
tools/testing/selftests/net/tcp_ao/lib/netlink.c
266
req.rt.rtm_scope = RT_SCOPE_UNIVERSE;
tools/testing/selftests/net/tuntap_helpers.h
44
ifam->ifa_scope = RT_SCOPE_UNIVERSE;