/Linux-v4.19/net/decnet/ |
D | dn_fib.c | 71 [RTN_UNICAST] = { .error = 0, .scope = RT_SCOPE_UNIVERSE }, 76 [RTN_BLACKHOLE] = { .error = -EINVAL, .scope = RT_SCOPE_UNIVERSE }, 77 [RTN_UNREACHABLE] = { .error = -EHOSTUNREACH, .scope = RT_SCOPE_UNIVERSE }, 78 [RTN_PROHIBIT] = { .error = -EACCES, .scope = RT_SCOPE_UNIVERSE }, 79 [RTN_THROW] = { .error = -EAGAIN, .scope = RT_SCOPE_UNIVERSE },
|
D | dn_route.c | 958 .flowidn_scope = RT_SCOPE_UNIVERSE, in dn_route_output_slow() 1321 .flowidn_scope = RT_SCOPE_UNIVERSE, in dn_route_input_slow() 1571 r->rtm_scope = RT_SCOPE_UNIVERSE; in dn_rt_fill_info()
|
D | dn_dev.c | 1180 ifa->ifa_scope = RT_SCOPE_UNIVERSE; in dn_dev_up()
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | nf_dup_ipv4.c | 39 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in nf_dup_ipv4_route()
|
D | nf_nat_masquerade_ipv4.c | 51 newsrc = inet_select_addr(out, nh, RT_SCOPE_UNIVERSE); in nf_nat_masquerade_ipv4()
|
D | ipt_rpfilter.c | 98 flow.flowi4_scope = RT_SCOPE_UNIVERSE; in rpfilter_mt()
|
D | nft_fib_ipv4.c | 75 .flowi4_scope = RT_SCOPE_UNIVERSE, in nft_fib4_eval()
|
/Linux-v4.19/include/net/ |
D | route.h | 156 RT_SCOPE_UNIVERSE, proto, in ip_route_output_ports() 285 flowi4_init_output(fl4, oif, sk->sk_mark, tos, RT_SCOPE_UNIVERSE, in ip_route_connect_init()
|
/Linux-v4.19/net/ipv4/ |
D | fib_semantics.c | 100 .scope = RT_SCOPE_UNIVERSE, 116 .scope = RT_SCOPE_UNIVERSE, 120 .scope = RT_SCOPE_UNIVERSE, 124 .scope = RT_SCOPE_UNIVERSE, 128 .scope = RT_SCOPE_UNIVERSE, 132 .scope = RT_SCOPE_UNIVERSE,
|
D | fib_frontend.c | 298 scope = RT_SCOPE_UNIVERSE; in fib_compute_spec_dst() 344 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in __fib_validate_source() 555 cfg->fc_scope = RT_SCOPE_UNIVERSE; in rtentry_to_fib_config()
|
D | syncookies.c | 376 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, IPPROTO_TCP, in cookie_v4_check()
|
D | route.c | 532 RT_SCOPE_UNIVERSE, prot, in __build_flow_key() 562 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, in build_sk_flow_key() 1242 RT_SCOPE_UNIVERSE); in ip_rt_get_source() 1979 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in ip_route_input_slow() 2329 RT_SCOPE_LINK : RT_SCOPE_UNIVERSE); in ip_route_output_key_hash() 2625 r->rtm_scope = RT_SCOPE_UNIVERSE; in rt_fill_info()
|
D | inet_connection_sock.c | 551 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, in inet_csk_route_req() 589 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, in inet_csk_route_child_sock()
|
D | raw.c | 632 RT_SCOPE_UNIVERSE, in raw_sendmsg()
|
D | ping.c | 790 RT_SCOPE_UNIVERSE, sk->sk_protocol, in ping_v4_sendmsg()
|
D | ipmr.c | 2326 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ipmr_fill_mroute() 2589 rtm->rtm_scope != RT_SCOPE_UNIVERSE || in rtm_to_ipmr_mfcc()
|
D | ip_output.c | 1570 RT_SCOPE_UNIVERSE, ip_hdr(skb)->protocol, in ip_send_unicast_reply()
|
/Linux-v4.19/net/phonet/ |
D | pn_netlink.c | 190 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in fill_route()
|
/Linux-v4.19/net/rxrpc/ |
D | peer_object.c | 187 fl6->flowi6_scope = RT_SCOPE_UNIVERSE; in rxrpc_assess_MTU_size()
|
/Linux-v4.19/include/uapi/linux/ |
D | rtnetlink.h | 282 RT_SCOPE_UNIVERSE=0, enumerator
|
/Linux-v4.19/tools/testing/selftests/net/ |
D | udpgso.c | 398 rt->rtm_scope = RT_SCOPE_UNIVERSE; in set_route_mtu()
|
/Linux-v4.19/net/mpls/ |
D | af_mpls.c | 1774 if (rtm->rtm_scope != RT_SCOPE_UNIVERSE) { in rtm_to_route_config() 1926 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_dump_route() 2243 r->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_getroute()
|
/Linux-v4.19/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 1430 addr = inet_select_addr(dev, 0, RT_SCOPE_UNIVERSE); in bind_mcastif_addr()
|
/Linux-v4.19/net/ipv6/ |
D | addrconf.c | 4781 return RT_SCOPE_UNIVERSE; in rt_scope() 4859 u8 scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifmcaddr() 4887 u8 scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifacaddr()
|
D | sit.c | 898 RT_TOS(tos), RT_SCOPE_UNIVERSE, IPPROTO_IPV6, in ipip6_tunnel_xmit()
|