Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/netfilter/
Dnf_dup_ipv4.c36 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in nf_dup_ipv4_route()
Dipt_rpfilter.c79 flow.flowi4_scope = RT_SCOPE_UNIVERSE; in rpfilter_mt()
Dnft_fib_ipv4.c66 .flowi4_scope = RT_SCOPE_UNIVERSE, in nft_fib4_eval()
/Linux-v6.6/include/net/
Droute.h48 return RT_SCOPE_UNIVERSE; in ip_sock_rt_scope()
172 RT_SCOPE_UNIVERSE, proto, in ip_route_output_ports()
Dip.h256 return RT_SCOPE_UNIVERSE; in ip_sendmsg_scope()
/Linux-v6.6/net/ipv4/
Dfib_semantics.c106 .scope = RT_SCOPE_UNIVERSE,
122 .scope = RT_SCOPE_UNIVERSE,
126 .scope = RT_SCOPE_UNIVERSE,
130 .scope = RT_SCOPE_UNIVERSE,
134 .scope = RT_SCOPE_UNIVERSE,
138 .scope = RT_SCOPE_UNIVERSE,
Dfib_frontend.c289 scope = RT_SCOPE_UNIVERSE; in fib_compute_spec_dst()
361 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in __fib_validate_source()
576 cfg->fc_scope = RT_SCOPE_UNIVERSE; in rtentry_to_fib_config()
Droute.c515 __u8 scope = RT_SCOPE_UNIVERSE; in __build_flow_key()
1298 RT_SCOPE_UNIVERSE); in ip_rt_get_source()
2290 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in ip_route_input_slow()
2961 r->rtm_scope = RT_SCOPE_UNIVERSE; in rt_fill_info()
Dipmr.c2334 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ipmr_fill_mroute()
2676 rtm->rtm_scope != RT_SCOPE_UNIVERSE || in rtm_to_ipmr_mfcc()
Dip_output.c1616 RT_SCOPE_UNIVERSE, ip_hdr(skb)->protocol, in ip_send_unicast_reply()
Dfib_trie.c2762 case RT_SCOPE_UNIVERSE: return "universe"; in rtn_scope()
/Linux-v6.6/net/netfilter/
Dnf_nat_masquerade.c54 newsrc = inet_select_addr(out, nh, RT_SCOPE_UNIVERSE); in nf_nat_masquerade_ipv4()
/Linux-v6.6/net/phonet/
Dpn_netlink.c177 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in fill_route()
/Linux-v6.6/net/rxrpc/
Dpeer_object.c181 fl6->flowi6_scope = RT_SCOPE_UNIVERSE; in rxrpc_assess_MTU_size()
/Linux-v6.6/include/uapi/linux/
Drtnetlink.h321 RT_SCOPE_UNIVERSE=0, enumerator
/Linux-v6.6/tools/testing/selftests/net/
Dudpgso.c389 rt->rtm_scope = RT_SCOPE_UNIVERSE; in set_route_mtu()
/Linux-v6.6/drivers/net/ppp/
Dpptp.c140 RT_SCOPE_UNIVERSE, IPPROTO_GRE, 0, in pptp_route_output()
/Linux-v6.6/net/mpls/
Daf_mpls.c1852 if (rtm->rtm_scope != RT_SCOPE_UNIVERSE) { in rtm_to_route_config()
2007 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_dump_route()
2487 r->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_getroute()
/Linux-v6.6/net/netfilter/ipvs/
Dip_vs_sync.c1429 addr = inet_select_addr(dev, 0, RT_SCOPE_UNIVERSE); in bind_mcastif_addr()
/Linux-v6.6/net/ipv6/
Dsit.c937 RT_TOS(tos), RT_SCOPE_UNIVERSE, IPPROTO_IPV6, in ipip6_tunnel_xmit()
Daddrconf.c5023 return RT_SCOPE_UNIVERSE; in rt_scope()
5129 u8 scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifmcaddr()
5164 u8 scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifacaddr()
Dip6mr.c2364 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ip6mr_fill_mroute()
Droute.c5644 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in rt6_fill_node()
/Linux-v6.6/net/core/
Dfilter.c5782 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in bpf_ipv4_fib_lookup()