/openbmc/linux/net/ipv4/netfilter/ |
H A D | nf_dup_ipv4.c | 36 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in nf_dup_ipv4_route()
|
H A D | ipt_rpfilter.c | 79 flow.flowi4_scope = RT_SCOPE_UNIVERSE; in rpfilter_mt()
|
H A D | nft_fib_ipv4.c | 66 .flowi4_scope = RT_SCOPE_UNIVERSE, in nft_fib4_eval()
|
/openbmc/linux/include/net/ |
H A D | route.h | 48 return RT_SCOPE_UNIVERSE; in ip_sock_rt_scope() 172 RT_SCOPE_UNIVERSE, proto, in ip_route_output_ports()
|
H A D | ip.h | 256 return RT_SCOPE_UNIVERSE; in ip_sendmsg_scope()
|
/openbmc/linux/net/ipv4/ |
H A 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,
|
H A 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()
|
H A D | route.c | 516 __u8 scope = RT_SCOPE_UNIVERSE; in __build_flow_key() 1290 RT_SCOPE_UNIVERSE); in ip_rt_get_source() 2285 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in ip_route_input_slow() 2956 r->rtm_scope = RT_SCOPE_UNIVERSE; in rt_fill_info()
|
H A D | ipmr.c | 2349 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ipmr_fill_mroute() 2691 rtm->rtm_scope != RT_SCOPE_UNIVERSE || in rtm_to_ipmr_mfcc()
|
H A D | ip_output.c | 1621 RT_SCOPE_UNIVERSE, ip_hdr(skb)->protocol, in ip_send_unicast_reply()
|
H A D | fib_trie.c | 2763 case RT_SCOPE_UNIVERSE: return "universe"; in rtn_scope()
|
/openbmc/phosphor-networkd/src/ |
H A D | ethernet_interface.cpp | 182 if ((info.scope == RT_SCOPE_UNIVERSE) && (info.flags & IFA_F_PERMANENT)) in addAddr() 186 if ((info.scope == RT_SCOPE_UNIVERSE) && in addAddr() 192 else if ((info.scope == RT_SCOPE_UNIVERSE) && in addAddr()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_nat_masquerade.c | 54 newsrc = inet_select_addr(out, nh, RT_SCOPE_UNIVERSE); in nf_nat_masquerade_ipv4()
|
/openbmc/linux/net/phonet/ |
H A D | pn_netlink.c | 177 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in fill_route()
|
/openbmc/linux/net/rxrpc/ |
H A D | peer_object.c | 181 fl6->flowi6_scope = RT_SCOPE_UNIVERSE; in rxrpc_assess_MTU_size()
|
/openbmc/linux/include/uapi/linux/ |
H A D | rtnetlink.h | 321 RT_SCOPE_UNIVERSE=0, enumerator
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | udpgso.c | 389 rt->rtm_scope = RT_SCOPE_UNIVERSE; in set_route_mtu()
|
/openbmc/linux/drivers/net/ppp/ |
H A D | pptp.c | 140 RT_SCOPE_UNIVERSE, IPPROTO_GRE, 0, in pptp_route_output()
|
/openbmc/linux/net/mpls/ |
H A D | af_mpls.c | 1836 if (rtm->rtm_scope != RT_SCOPE_UNIVERSE) { in rtm_to_route_config() 1991 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_dump_route() 2471 r->rtm_scope = RT_SCOPE_UNIVERSE; in mpls_getroute()
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_sync.c | 1429 addr = inet_select_addr(dev, 0, RT_SCOPE_UNIVERSE); in bind_mcastif_addr()
|
/openbmc/linux/net/ipv6/ |
H A D | sit.c | 937 RT_TOS(tos), RT_SCOPE_UNIVERSE, IPPROTO_IPV6, in ipip6_tunnel_xmit()
|
H A D | addrconf.c | 5057 return RT_SCOPE_UNIVERSE; in rt_scope() 5163 u8 scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifmcaddr() 5198 u8 scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifacaddr()
|
H A D | ip6mr.c | 2380 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in ip6mr_fill_mroute()
|
H A D | route.c | 5644 rtm->rtm_scope = RT_SCOPE_UNIVERSE; in rt6_fill_node()
|
/openbmc/linux/net/core/ |
H A D | filter.c | 5894 fl4.flowi4_scope = RT_SCOPE_UNIVERSE; in bpf_ipv4_fib_lookup()
|