Home
last modified time | relevance | path

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

/linux-3.4.99/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.c929 .flowidn_scope = RT_SCOPE_UNIVERSE, in dn_route_output_slow()
1285 .flowidn_scope = RT_SCOPE_UNIVERSE, in dn_route_input_slow()
1536 r->rtm_scope = RT_SCOPE_UNIVERSE; in dn_rt_fill_info()
Ddn_dev.c1175 ifa->ifa_scope = RT_SCOPE_UNIVERSE; in dn_dev_up()
/linux-3.4.99/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.c208 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in fib_validate_source()
271 *spec_dst = inet_select_addr(dev, 0, RT_SCOPE_UNIVERSE); in fib_validate_source()
390 cfg->fc_scope = RT_SCOPE_UNIVERSE; in rtentry_to_fib_config()
Dinet_connection_sock.c365 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, in inet_csk_route_req()
398 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, in inet_csk_route_child_sock()
Dsyncookies.c351 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, IPPROTO_TCP, in cookie_v4_check()
Droute.c1889 RT_SCOPE_UNIVERSE); in ip_rt_get_source()
2298 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in ip_route_input_slow()
2397 spec_dst = inet_select_addr(dev, 0, RT_SCOPE_UNIVERSE); in ip_route_input_slow()
2645 RT_SCOPE_LINK : RT_SCOPE_UNIVERSE); in ip_route_output_slow()
2977 r->rtm_scope = RT_SCOPE_UNIVERSE; in rt_fill_info()
Dping.c569 RT_SCOPE_UNIVERSE, sk->sk_protocol, in ping_sendmsg()
Draw.c569 RT_SCOPE_UNIVERSE, in raw_sendmsg()
Dip_output.c1505 RT_SCOPE_UNIVERSE, sk->sk_protocol, in ip_send_reply()
Dfib_trie.c2325 case RT_SCOPE_UNIVERSE: return "universe"; in rtn_scope()
Dudp.c933 RT_SCOPE_UNIVERSE, sk->sk_protocol, in udp_sendmsg()
Dipmr.c2137 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ipmr_fill_mroute()
/linux-3.4.99/include/net/
Droute.h147 RT_SCOPE_UNIVERSE, proto, in ip_route_output_ports()
252 flowi4_init_output(fl4, oif, sk->sk_mark, tos, RT_SCOPE_UNIVERSE, in ip_route_connect_init()
/linux-3.4.99/net/ipv4/netfilter/
Dipt_rpfilter.c96 flow.flowi4_scope = RT_SCOPE_UNIVERSE; in rpfilter_mt()
Dipt_MASQUERADE.c73 newsrc = inet_select_addr(par->out, rt->rt_gateway, RT_SCOPE_UNIVERSE); in masquerade_tg()
/linux-3.4.99/net/netfilter/
Dxt_TEE.c72 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in tee_tg_route4()
/linux-3.4.99/net/phonet/
Dpn_netlink.c183 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in fill_route()
/linux-3.4.99/include/linux/
Drtnetlink.h238 RT_SCOPE_UNIVERSE=0, enumerator
/linux-3.4.99/net/ipv6/
Daddrconf.c3598 return RT_SCOPE_UNIVERSE; in rt_scope()
3655 u8 scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifmcaddr()
3680 u8 scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifacaddr()
Dip6mr.c2227 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ip6mr_fill_mroute()
Droute.c2452 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in rt6_fill_node()
/linux-3.4.99/net/netfilter/ipvs/
Dip_vs_sync.c1282 addr = inet_select_addr(dev, 0, RT_SCOPE_UNIVERSE); in bind_mcastif_addr()