Searched refs:RT_SCOPE_UNIVERSE (Results 1 – 25 of 31) sorted by relevance
12
/linux-6.12.1/net/ipv4/netfilter/ |
D | nf_dup_ipv4.c | 37 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in nf_dup_ipv4_route()
|
D | ipt_rpfilter.c | 80 flow.flowi4_scope = RT_SCOPE_UNIVERSE; in rpfilter_mt()
|
D | nft_fib_ipv4.c | 65 .flowi4_scope = RT_SCOPE_UNIVERSE, in nft_fib4_eval()
|
/linux-6.12.1/include/net/ |
D | route.h | 44 return RT_SCOPE_UNIVERSE; in ip_sock_rt_scope() 180 sk ? ip_sock_rt_scope(sk) : RT_SCOPE_UNIVERSE, in ip_route_output_ports()
|
D | ip.h | 257 return RT_SCOPE_UNIVERSE; in ip_sendmsg_scope()
|
/linux-6.12.1/net/ipv4/ |
D | fib_semantics.c | 106 .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,
|
D | fib_frontend.c | 289 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()
|
D | route.c | 504 __u8 scope = RT_SCOPE_UNIVERSE; in __build_flow_key() 1278 RT_SCOPE_UNIVERSE); in ip_rt_get_source() 2270 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in ip_route_input_slow() 2893 r->rtm_scope = RT_SCOPE_UNIVERSE; in rt_fill_info()
|
D | arp.c | 460 RT_SCOPE_UNIVERSE); in arp_filter()
|
D | ipmr.c | 2336 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ipmr_fill_mroute() 2679 rtm->rtm_scope != RT_SCOPE_UNIVERSE || in rtm_to_ipmr_mfcc()
|
D | ip_output.c | 1626 RT_SCOPE_UNIVERSE, ip_hdr(skb)->protocol, in ip_send_unicast_reply()
|
/linux-6.12.1/net/xfrm/ |
D | xfrm_nat_keepalive.c | 49 RT_SCOPE_UNIVERSE, IPPROTO_UDP, 0, in nat_keepalive_send_ipv4()
|
/linux-6.12.1/net/phonet/ |
D | pn_netlink.c | 177 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in fill_route()
|
/linux-6.12.1/net/netfilter/ |
D | nf_nat_masquerade.c | 54 newsrc = inet_select_addr(out, nh, RT_SCOPE_UNIVERSE); in nf_nat_masquerade_ipv4()
|
/linux-6.12.1/net/rxrpc/ |
D | peer_object.c | 183 fl6->flowi6_scope = RT_SCOPE_UNIVERSE; in rxrpc_assess_MTU_size()
|
/linux-6.12.1/include/uapi/linux/ |
D | rtnetlink.h | 321 RT_SCOPE_UNIVERSE=0, enumerator
|
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/lib/ |
D | netlink.c | 266 req.rt.rtm_scope = RT_SCOPE_UNIVERSE; in __ip_route_add()
|
/linux-6.12.1/net/mpls/ |
D | af_mpls.c | 597 rt = ip_route_output(net, daddr.s_addr, 0, 0, 0, RT_SCOPE_UNIVERSE); in inet_fib_lookup_dev() 1834 if (rtm->rtm_scope != RT_SCOPE_UNIVERSE) { in rtm_to_route_config() 1989 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_dump_route() 2470 r->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_getroute()
|
/linux-6.12.1/drivers/net/ppp/ |
D | pptp.c | 140 RT_SCOPE_UNIVERSE, IPPROTO_GRE, 0, in pptp_route_output()
|
/linux-6.12.1/drivers/infiniband/hw/qedr/ |
D | qedr_iw_cm.c | 451 RT_SCOPE_UNIVERSE); in qedr_addr4_resolve()
|
/linux-6.12.1/net/bridge/ |
D | br_netfilter_hooks.c | 408 RT_SCOPE_UNIVERSE); in br_nf_pre_routing_finish()
|
/linux-6.12.1/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 1425 addr = inet_select_addr(dev, 0, RT_SCOPE_UNIVERSE); in bind_mcastif_addr()
|
/linux-6.12.1/net/ipv6/ |
D | sit.c | 939 tos & INET_DSCP_MASK, RT_SCOPE_UNIVERSE, in ipip6_tunnel_xmit()
|
D | addrconf.c | 5101 return RT_SCOPE_UNIVERSE; in rt_scope() 5214 u8 scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifmcaddr() 5249 u8 scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifacaddr()
|
D | ip6mr.c | 2361 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ip6mr_fill_mroute()
|
12