Searched refs:RT_SCOPE_UNIVERSE (Results 1 – 25 of 27) sorted by relevance
12
/Linux-v6.1/net/ipv4/netfilter/ |
D | nf_dup_ipv4.c | 36 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in nf_dup_ipv4_route()
|
D | ipt_rpfilter.c | 79 flow.flowi4_scope = RT_SCOPE_UNIVERSE; in rpfilter_mt()
|
D | nft_fib_ipv4.c | 66 .flowi4_scope = RT_SCOPE_UNIVERSE, in nft_fib4_eval()
|
/Linux-v6.1/include/net/ |
D | route.h | 51 return RT_SCOPE_UNIVERSE; in ip_sock_rt_scope() 178 RT_SCOPE_UNIVERSE, proto, in ip_route_output_ports()
|
/Linux-v6.1/net/ipv4/ |
D | fib_semantics.c | 105 .scope = RT_SCOPE_UNIVERSE, 121 .scope = RT_SCOPE_UNIVERSE, 125 .scope = RT_SCOPE_UNIVERSE, 129 .scope = RT_SCOPE_UNIVERSE, 133 .scope = RT_SCOPE_UNIVERSE, 137 .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 | syncookies.c | 422 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, IPPROTO_TCP, in cookie_v4_check()
|
D | inet_connection_sock.c | 756 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, in inet_csk_route_req() 794 RT_CONN_FLAGS(sk), RT_SCOPE_UNIVERSE, in inet_csk_route_child_sock()
|
D | route.c | 515 __u8 scope = RT_SCOPE_UNIVERSE; in __build_flow_key() 1296 RT_SCOPE_UNIVERSE); in ip_rt_get_source() 2289 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in ip_route_input_slow() 2962 r->rtm_scope = RT_SCOPE_UNIVERSE; in rt_fill_info()
|
D | raw.c | 600 RT_SCOPE_UNIVERSE, in raw_sendmsg()
|
D | ping.c | 797 RT_SCOPE_UNIVERSE, sk->sk_protocol, in ping_v4_sendmsg()
|
D | ipmr.c | 2320 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ipmr_fill_mroute() 2662 rtm->rtm_scope != RT_SCOPE_UNIVERSE || in rtm_to_ipmr_mfcc()
|
D | ip_output.c | 1716 RT_SCOPE_UNIVERSE, ip_hdr(skb)->protocol, in ip_send_unicast_reply()
|
D | fib_trie.c | 2757 case RT_SCOPE_UNIVERSE: return "universe"; in rtn_scope()
|
D | udp.c | 1218 RT_SCOPE_UNIVERSE, sk->sk_protocol, in udp_sendmsg()
|
/Linux-v6.1/net/netfilter/ |
D | nf_nat_masquerade.c | 54 newsrc = inet_select_addr(out, nh, RT_SCOPE_UNIVERSE); in nf_nat_masquerade_ipv4()
|
/Linux-v6.1/net/phonet/ |
D | pn_netlink.c | 177 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in fill_route()
|
/Linux-v6.1/include/uapi/linux/ |
D | rtnetlink.h | 321 RT_SCOPE_UNIVERSE=0, enumerator
|
/Linux-v6.1/net/rxrpc/ |
D | peer_object.c | 183 fl6->flowi6_scope = RT_SCOPE_UNIVERSE; in rxrpc_assess_MTU_size()
|
/Linux-v6.1/tools/testing/selftests/net/ |
D | udpgso.c | 389 rt->rtm_scope = RT_SCOPE_UNIVERSE; in set_route_mtu()
|
/Linux-v6.1/net/mpls/ |
D | af_mpls.c | 1846 if (rtm->rtm_scope != RT_SCOPE_UNIVERSE) { in rtm_to_route_config() 2001 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_dump_route() 2481 r->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_getroute()
|
/Linux-v6.1/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 1431 addr = inet_select_addr(dev, 0, RT_SCOPE_UNIVERSE); in bind_mcastif_addr()
|
/Linux-v6.1/net/ipv6/ |
D | sit.c | 937 RT_TOS(tos), RT_SCOPE_UNIVERSE, IPPROTO_IPV6, in ipip6_tunnel_xmit()
|
D | addrconf.c | 4976 return RT_SCOPE_UNIVERSE; in rt_scope() 5082 u8 scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifmcaddr() 5117 u8 scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifacaddr()
|
D | ip6mr.c | 2374 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ip6mr_fill_mroute()
|
12