Home
last modified time | relevance | path

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

12

/Linux-v5.4/net/decnet/
Ddn_fib.c71 [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 },
Ddn_route.c950 .flowidn_scope = RT_SCOPE_UNIVERSE, in dn_route_output_slow()
1313 .flowidn_scope = RT_SCOPE_UNIVERSE, in dn_route_input_slow()
1563 r->rtm_scope = RT_SCOPE_UNIVERSE; in dn_rt_fill_info()
Ddn_dev.c1180 ifa->ifa_scope = RT_SCOPE_UNIVERSE; in dn_dev_up()
/Linux-v5.4/net/ipv4/netfilter/
Dnf_dup_ipv4.c36 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in nf_dup_ipv4_route()
Dipt_rpfilter.c80 flow.flowi4_scope = RT_SCOPE_UNIVERSE; in rpfilter_mt()
Dnft_fib_ipv4.c66 .flowi4_scope = RT_SCOPE_UNIVERSE, in nft_fib4_eval()
/Linux-v5.4/include/net/
Droute.h158 RT_SCOPE_UNIVERSE, proto, in ip_route_output_ports()
291 flowi4_init_output(fl4, oif, sk->sk_mark, tos, RT_SCOPE_UNIVERSE, in ip_route_connect_init()
/Linux-v5.4/net/ipv4/
Dfib_semantics.c102 .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,
Dsyncookies.c376 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, IPPROTO_TCP, in cookie_v4_check()
Dfib_frontend.c298 scope = RT_SCOPE_UNIVERSE; in fib_compute_spec_dst()
370 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in __fib_validate_source()
579 cfg->fc_scope = RT_SCOPE_UNIVERSE; in rtentry_to_fib_config()
Droute.c540 RT_SCOPE_UNIVERSE, prot, in __build_flow_key()
570 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, in build_sk_flow_key()
1277 RT_SCOPE_UNIVERSE); in ip_rt_get_source()
2102 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in ip_route_input_slow()
2455 RT_SCOPE_LINK : RT_SCOPE_UNIVERSE); in ip_route_output_key_hash()
2759 r->rtm_scope = RT_SCOPE_UNIVERSE; in rt_fill_info()
Dinet_connection_sock.c554 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, in inet_csk_route_req()
592 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, in inet_csk_route_child_sock()
Draw.c627 RT_SCOPE_UNIVERSE, in raw_sendmsg()
Dping.c785 RT_SCOPE_UNIVERSE, sk->sk_protocol, in ping_v4_sendmsg()
Dipmr.c2342 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ipmr_fill_mroute()
2682 rtm->rtm_scope != RT_SCOPE_UNIVERSE || in rtm_to_ipmr_mfcc()
Dip_output.c1689 RT_SCOPE_UNIVERSE, ip_hdr(skb)->protocol, in ip_send_unicast_reply()
/Linux-v5.4/net/netfilter/
Dnf_nat_masquerade.c42 newsrc = inet_select_addr(out, nh, RT_SCOPE_UNIVERSE); in nf_nat_masquerade_ipv4()
/Linux-v5.4/net/phonet/
Dpn_netlink.c177 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in fill_route()
/Linux-v5.4/net/rxrpc/
Dpeer_object.c183 fl6->flowi6_scope = RT_SCOPE_UNIVERSE; in rxrpc_assess_MTU_size()
/Linux-v5.4/include/uapi/linux/
Drtnetlink.h289 RT_SCOPE_UNIVERSE=0, enumerator
/Linux-v5.4/tools/testing/selftests/net/
Dudpgso.c389 rt->rtm_scope = RT_SCOPE_UNIVERSE; in set_route_mtu()
/Linux-v5.4/net/mpls/
Daf_mpls.c1827 if (rtm->rtm_scope != RT_SCOPE_UNIVERSE) { in rtm_to_route_config()
1982 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_dump_route()
2466 r->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_getroute()
/Linux-v5.4/net/netfilter/ipvs/
Dip_vs_sync.c1434 addr = inet_select_addr(dev, 0, RT_SCOPE_UNIVERSE); in bind_mcastif_addr()
/Linux-v5.4/net/ipv6/
Dsit.c900 RT_TOS(tos), RT_SCOPE_UNIVERSE, IPPROTO_IPV6, in ipip6_tunnel_xmit()
Daddrconf.c4843 return RT_SCOPE_UNIVERSE; in rt_scope()
4942 u8 scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifmcaddr()
4975 u8 scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifacaddr()

12