/linux-4.4.14/net/decnet/ |
D | dn_fib.c | 69 [RTN_UNICAST] = { .error = 0, .scope = RT_SCOPE_UNIVERSE }, 74 [RTN_BLACKHOLE] = { .error = -EINVAL, .scope = RT_SCOPE_UNIVERSE }, 75 [RTN_UNREACHABLE] = { .error = -EHOSTUNREACH, .scope = RT_SCOPE_UNIVERSE }, 76 [RTN_PROHIBIT] = { .error = -EACCES, .scope = RT_SCOPE_UNIVERSE }, 77 [RTN_THROW] = { .error = -EAGAIN, .scope = RT_SCOPE_UNIVERSE },
|
D | dn_route.c | 966 .flowidn_scope = RT_SCOPE_UNIVERSE, in dn_route_output_slow() 1327 .flowidn_scope = RT_SCOPE_UNIVERSE, in dn_route_input_slow() 1575 r->rtm_scope = RT_SCOPE_UNIVERSE; in dn_rt_fill_info()
|
D | dn_dev.c | 1177 ifa->ifa_scope = RT_SCOPE_UNIVERSE; in dn_dev_up()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_dup_ipv4.c | 39 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in nf_dup_ipv4_route()
|
D | ipt_rpfilter.c | 96 flow.flowi4_scope = RT_SCOPE_UNIVERSE; in rpfilter_mt()
|
D | nf_nat_masquerade_ipv4.c | 53 newsrc = inet_select_addr(out, nh, RT_SCOPE_UNIVERSE); in nf_nat_masquerade_ipv4()
|
/linux-4.4.14/include/net/ |
D | route.h | 155 RT_SCOPE_UNIVERSE, proto, in ip_route_output_ports() 269 flowi4_init_output(fl4, oif, sk->sk_mark, tos, RT_SCOPE_UNIVERSE, in ip_route_connect_init()
|
/linux-4.4.14/net/ipv4/ |
D | fib_semantics.c | 99 .scope = RT_SCOPE_UNIVERSE, 115 .scope = RT_SCOPE_UNIVERSE, 119 .scope = RT_SCOPE_UNIVERSE, 123 .scope = RT_SCOPE_UNIVERSE, 127 .scope = RT_SCOPE_UNIVERSE, 131 .scope = RT_SCOPE_UNIVERSE,
|
D | fib_frontend.c | 296 scope = RT_SCOPE_UNIVERSE; in fib_compute_spec_dst() 339 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in __fib_validate_source() 534 cfg->fc_scope = RT_SCOPE_UNIVERSE; in rtentry_to_fib_config()
|
D | syncookies.c | 375 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, IPPROTO_TCP, in cookie_v4_check()
|
D | route.c | 518 RT_SCOPE_UNIVERSE, prot, in __build_flow_key() 546 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, in build_sk_flow_key() 1202 RT_SCOPE_UNIVERSE); in ip_rt_get_source() 1834 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in ip_route_input_slow() 2160 RT_SCOPE_LINK : RT_SCOPE_UNIVERSE); in __ip_route_output_key_hash() 2435 r->rtm_scope = RT_SCOPE_UNIVERSE; in rt_fill_info()
|
D | inet_connection_sock.c | 419 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, in inet_csk_route_req() 456 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, in inet_csk_route_child_sock()
|
D | raw.c | 600 RT_SCOPE_UNIVERSE, in raw_sendmsg()
|
D | ping.c | 793 RT_SCOPE_UNIVERSE, sk->sk_protocol, in ping_v4_sendmsg()
|
D | ip_output.c | 1577 RT_SCOPE_UNIVERSE, ip_hdr(skb)->protocol, in ip_send_unicast_reply()
|
D | fib_trie.c | 2347 case RT_SCOPE_UNIVERSE: return "universe"; in rtn_scope()
|
D | udp.c | 1026 RT_SCOPE_UNIVERSE, sk->sk_protocol, in udp_sendmsg()
|
D | ipmr.c | 2281 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ipmr_fill_mroute()
|
/linux-4.4.14/net/phonet/ |
D | pn_netlink.c | 188 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in fill_route()
|
/linux-4.4.14/include/uapi/linux/ |
D | rtnetlink.h | 259 RT_SCOPE_UNIVERSE=0, enumerator
|
/linux-4.4.14/net/mpls/ |
D | af_mpls.c | 1128 if (rtm->rtm_scope != RT_SCOPE_UNIVERSE) in rtm_to_route_config() 1238 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_dump_route()
|
/linux-4.4.14/drivers/net/ |
D | vrf.c | 823 RT_SCOPE_LINK : RT_SCOPE_UNIVERSE); in vrf_get_saddr()
|
/linux-4.4.14/net/ipv6/ |
D | addrconf.c | 4287 return RT_SCOPE_UNIVERSE; in rt_scope() 4360 u8 scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifmcaddr() 4386 u8 scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifacaddr()
|
D | ip6mr.c | 2376 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ip6mr_fill_mroute()
|
D | route.c | 3110 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in rt6_fill_node()
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 1453 addr = inet_select_addr(dev, 0, RT_SCOPE_UNIVERSE); in bind_mcastif_addr()
|