Home
last modified time | relevance | path

Searched refs:RT_SCOPE_UNIVERSE (Results 1 – 26 of 26) sorted by relevance

/linux-4.4.14/net/decnet/
Ddn_fib.c69 [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 },
Ddn_route.c966 .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()
Ddn_dev.c1177 ifa->ifa_scope = RT_SCOPE_UNIVERSE; in dn_dev_up()
/linux-4.4.14/net/ipv4/netfilter/
Dnf_dup_ipv4.c39 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in nf_dup_ipv4_route()
Dipt_rpfilter.c96 flow.flowi4_scope = RT_SCOPE_UNIVERSE; in rpfilter_mt()
Dnf_nat_masquerade_ipv4.c53 newsrc = inet_select_addr(out, nh, RT_SCOPE_UNIVERSE); in nf_nat_masquerade_ipv4()
/linux-4.4.14/include/net/
Droute.h155 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/
Dfib_semantics.c99 .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,
Dfib_frontend.c296 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()
Dsyncookies.c375 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, IPPROTO_TCP, in cookie_v4_check()
Droute.c518 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()
Dinet_connection_sock.c419 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()
Draw.c600 RT_SCOPE_UNIVERSE, in raw_sendmsg()
Dping.c793 RT_SCOPE_UNIVERSE, sk->sk_protocol, in ping_v4_sendmsg()
Dip_output.c1577 RT_SCOPE_UNIVERSE, ip_hdr(skb)->protocol, in ip_send_unicast_reply()
Dfib_trie.c2347 case RT_SCOPE_UNIVERSE: return "universe"; in rtn_scope()
Dudp.c1026 RT_SCOPE_UNIVERSE, sk->sk_protocol, in udp_sendmsg()
Dipmr.c2281 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ipmr_fill_mroute()
/linux-4.4.14/net/phonet/
Dpn_netlink.c188 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in fill_route()
/linux-4.4.14/include/uapi/linux/
Drtnetlink.h259 RT_SCOPE_UNIVERSE=0, enumerator
/linux-4.4.14/net/mpls/
Daf_mpls.c1128 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/
Dvrf.c823 RT_SCOPE_LINK : RT_SCOPE_UNIVERSE); in vrf_get_saddr()
/linux-4.4.14/net/ipv6/
Daddrconf.c4287 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()
Dip6mr.c2376 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ip6mr_fill_mroute()
Droute.c3110 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in rt6_fill_node()
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_sync.c1453 addr = inet_select_addr(dev, 0, RT_SCOPE_UNIVERSE); in bind_mcastif_addr()