/linux/net/decnet/ |
A 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 },
|
A D | dn_route.c | 958 .flowidn_scope = RT_SCOPE_UNIVERSE, in dn_route_output_slow() 1316 .flowidn_scope = RT_SCOPE_UNIVERSE, in dn_route_input_slow() 1566 r->rtm_scope = RT_SCOPE_UNIVERSE; in dn_rt_fill_info()
|
A D | dn_dev.c | 1175 ifa->ifa_scope = RT_SCOPE_UNIVERSE; in dn_dev_up()
|
/linux/net/ipv4/netfilter/ |
A D | nf_dup_ipv4.c | 36 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in nf_dup_ipv4_route()
|
A D | ipt_rpfilter.c | 80 flow.flowi4_scope = RT_SCOPE_UNIVERSE; in rpfilter_mt()
|
A D | nft_fib_ipv4.c | 66 .flowi4_scope = RT_SCOPE_UNIVERSE, in nft_fib4_eval()
|
/linux/include/net/ |
A D | route.h | 164 RT_SCOPE_UNIVERSE, proto, in ip_route_output_ports() 301 flowi4_init_output(fl4, oif, sk->sk_mark, tos, RT_SCOPE_UNIVERSE, in ip_route_connect_init()
|
/linux/drivers/net/ethernet/qlogic/qed/ |
A D | qed_nvmetcp_ip_services.c | 74 *loc_ip = inet_select_addr(*ndev, *rem_ip, RT_SCOPE_UNIVERSE); in qed_route_ipv4()
|
/linux/net/ipv4/ |
A D | fib_semantics.c | 102 .scope = RT_SCOPE_UNIVERSE, 118 .scope = RT_SCOPE_UNIVERSE, 122 .scope = RT_SCOPE_UNIVERSE, 126 .scope = RT_SCOPE_UNIVERSE, 130 .scope = RT_SCOPE_UNIVERSE, 134 .scope = RT_SCOPE_UNIVERSE,
|
A D | fib_frontend.c | 288 scope = RT_SCOPE_UNIVERSE; in fib_compute_spec_dst() 361 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in __fib_validate_source() 573 cfg->fc_scope = RT_SCOPE_UNIVERSE; in rtentry_to_fib_config()
|
A D | syncookies.c | 415 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, IPPROTO_TCP, in cookie_v4_check()
|
A D | route.c | 516 RT_SCOPE_UNIVERSE, prot, in __build_flow_key() 546 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, in build_sk_flow_key() 1282 RT_SCOPE_UNIVERSE); in ip_rt_get_source() 2263 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in ip_route_input_slow() 2616 RT_SCOPE_LINK : RT_SCOPE_UNIVERSE); in ip_route_output_key_hash() 2939 r->rtm_scope = RT_SCOPE_UNIVERSE; in rt_fill_info()
|
A D | inet_connection_sock.c | 609 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, in inet_csk_route_req() 647 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, in inet_csk_route_child_sock()
|
A D | raw.c | 628 RT_SCOPE_UNIVERSE, in raw_sendmsg()
|
A D | ping.c | 776 RT_SCOPE_UNIVERSE, sk->sk_protocol, in ping_v4_sendmsg()
|
A D | ipmr.c | 2317 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ipmr_fill_mroute() 2659 rtm->rtm_scope != RT_SCOPE_UNIVERSE || in rtm_to_ipmr_mfcc()
|
A D | ip_output.c | 1685 RT_SCOPE_UNIVERSE, ip_hdr(skb)->protocol, in ip_send_unicast_reply()
|
/linux/net/netfilter/ |
A D | nf_nat_masquerade.c | 53 newsrc = inet_select_addr(out, nh, RT_SCOPE_UNIVERSE); in nf_nat_masquerade_ipv4()
|
/linux/net/phonet/ |
A D | pn_netlink.c | 177 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in fill_route()
|
/linux/net/rxrpc/ |
A D | peer_object.c | 183 fl6->flowi6_scope = RT_SCOPE_UNIVERSE; in rxrpc_assess_MTU_size()
|
/linux/include/uapi/linux/ |
A D | rtnetlink.h | 312 RT_SCOPE_UNIVERSE=0, enumerator
|
/linux/tools/testing/selftests/net/ |
A D | udpgso.c | 389 rt->rtm_scope = RT_SCOPE_UNIVERSE; in set_route_mtu()
|
/linux/net/mpls/ |
A D | af_mpls.c | 1847 if (rtm->rtm_scope != RT_SCOPE_UNIVERSE) { in rtm_to_route_config() 2002 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_dump_route() 2482 r->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_getroute()
|
/linux/net/netfilter/ipvs/ |
A D | ip_vs_sync.c | 1431 addr = inet_select_addr(dev, 0, RT_SCOPE_UNIVERSE); in bind_mcastif_addr()
|
/linux/net/ipv6/ |
A D | sit.c | 945 RT_TOS(tos), RT_SCOPE_UNIVERSE, IPPROTO_IPV6, in ipip6_tunnel_xmit()
|