/linux-4.1.27/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 | 968 .flowidn_scope = RT_SCOPE_UNIVERSE, in dn_route_output_slow() 1322 .flowidn_scope = RT_SCOPE_UNIVERSE, in dn_route_input_slow() 1570 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.1.27/include/net/ |
D | route.h | 143 RT_SCOPE_UNIVERSE, proto, in ip_route_output_ports() 253 flowi4_init_output(fl4, oif, sk->sk_mark, tos, RT_SCOPE_UNIVERSE, in ip_route_connect_init()
|
/linux-4.1.27/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 | 274 scope = RT_SCOPE_UNIVERSE; in fib_compute_spec_dst() 315 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in __fib_validate_source() 500 cfg->fc_scope = RT_SCOPE_UNIVERSE; in rtentry_to_fib_config()
|
D | syncookies.c | 372 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, IPPROTO_TCP, in cookie_v4_check()
|
D | route.c | 516 RT_SCOPE_UNIVERSE, prot, in __build_flow_key() 544 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, in build_sk_flow_key() 1197 RT_SCOPE_UNIVERSE); in ip_rt_get_source() 1758 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in ip_route_input_slow() 2085 RT_SCOPE_LINK : RT_SCOPE_UNIVERSE); in __ip_route_output_key() 2365 r->rtm_scope = RT_SCOPE_UNIVERSE; in rt_fill_info()
|
D | inet_connection_sock.c | 412 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, in inet_csk_route_req() 449 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, in inet_csk_route_child_sock()
|
D | raw.c | 596 RT_SCOPE_UNIVERSE, in raw_sendmsg()
|
D | ping.c | 792 RT_SCOPE_UNIVERSE, sk->sk_protocol, in ping_v4_sendmsg()
|
D | ip_output.c | 1548 RT_SCOPE_UNIVERSE, ip_hdr(skb)->protocol, in ip_send_unicast_reply()
|
D | fib_trie.c | 2327 case RT_SCOPE_UNIVERSE: return "universe"; in rtn_scope()
|
D | udp.c | 1021 RT_SCOPE_UNIVERSE, sk->sk_protocol, in udp_sendmsg()
|
D | ipmr.c | 2289 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ipmr_fill_mroute()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_nat_masquerade_ipv4.c | 53 newsrc = inet_select_addr(out, nh, RT_SCOPE_UNIVERSE); in nf_nat_masquerade_ipv4()
|
D | ipt_rpfilter.c | 99 flow.flowi4_scope = RT_SCOPE_UNIVERSE; in rpfilter_mt()
|
/linux-4.1.27/net/netfilter/ |
D | xt_TEE.c | 72 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in tee_tg_route4()
|
/linux-4.1.27/net/phonet/ |
D | pn_netlink.c | 188 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in fill_route()
|
/linux-4.1.27/include/uapi/linux/ |
D | rtnetlink.h | 259 RT_SCOPE_UNIVERSE=0, enumerator
|
/linux-4.1.27/net/mpls/ |
D | af_mpls.c | 707 if (rtm->rtm_scope != RT_SCOPE_UNIVERSE) in rtm_to_route_config() 836 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_dump_route()
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 1429 addr = inet_select_addr(dev, 0, RT_SCOPE_UNIVERSE); in bind_mcastif_addr()
|
/linux-4.1.27/net/ipv6/ |
D | addrconf.c | 4204 return RT_SCOPE_UNIVERSE; in rt_scope() 4277 u8 scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifmcaddr() 4303 u8 scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifacaddr()
|
D | ip6mr.c | 2381 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ip6mr_fill_mroute()
|
D | route.c | 2809 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in rt6_fill_node()
|