Home
last modified time | relevance | path

Searched refs:RT_SCOPE_LINK (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/net/decnet/
Ddn_fib.c202 if (r->rtm_scope >= RT_SCOPE_LINK) in dn_fib_check_nh()
212 nh->nh_scope = RT_SCOPE_LINK; in dn_fib_check_nh()
221 if (fld.flowidn_scope < RT_SCOPE_LINK) in dn_fib_check_nh()
222 fld.flowidn_scope = RT_SCOPE_LINK; in dn_fib_check_nh()
601 req.rtm.rtm_scope = (type != RTN_LOCAL ? RT_SCOPE_LINK : RT_SCOPE_HOST); in fib_magic()
Ddn_route.c885 DN_FIB_RES_NH(*res).nh_scope == RT_SCOPE_LINK) in dn_rt_set_next_hop()
1140 RT_SCOPE_LINK); in dn_route_output_slow()
/linux-4.4.14/net/ipv4/
Dfib_semantics.c107 .scope = RT_SCOPE_LINK,
111 .scope = RT_SCOPE_LINK,
738 if (cfg->fc_scope >= RT_SCOPE_LINK) in fib_check_nh()
752 nh->nh_scope = RT_SCOPE_LINK; in fib_check_nh()
766 if (fl4.flowi4_scope < RT_SCOPE_LINK) in fib_check_nh()
767 fl4.flowi4_scope = RT_SCOPE_LINK; in fib_check_nh()
1461 next_fi->fib_nh[0].nh_scope != RT_SCOPE_LINK) in fib_select_default()
Dfib_frontend.c308 scope = RT_SCOPE_LINK; in fib_compute_spec_dst()
544 cfg->fc_scope = RT_SCOPE_LINK; in rtentry_to_fib_config()
830 cfg.fc_scope = RT_SCOPE_LINK; in fib_magic()
Droute.c1406 if (nh->nh_gw && nh->nh_scope == RT_SCOPE_LINK) { in rt_set_nexthop()
2084 nh->nh_scope == RT_SCOPE_LINK))) { in __mkroute_output()
2160 RT_SCOPE_LINK : RT_SCOPE_UNIVERSE); in __ip_route_output_key_hash()
2229 RT_SCOPE_LINK); in __ip_route_output_key_hash()
2283 RT_SCOPE_LINK); in __ip_route_output_key_hash()
Darp.c370 saddr = inet_select_addr(dev, target, RT_SCOPE_LINK); in arp_solicit()
412 scope = RT_SCOPE_LINK; in arp_ignore()
Dicmp.c671 saddr = inet_select_addr(dev, 0, RT_SCOPE_LINK); in icmp_send()
Dfib_trie.c2349 case RT_SCOPE_LINK: return "link"; in rtn_scope()
Ddevinet.c1232 if (ifa->ifa_scope != RT_SCOPE_LINK && in inet_select_addr()
/linux-4.4.14/net/phonet/
Dpn_netlink.c120 ifm->ifa_scope = RT_SCOPE_LINK; in fill_addr()
/linux-4.4.14/include/uapi/linux/
Drtnetlink.h262 RT_SCOPE_LINK=253, enumerator
/linux-4.4.14/drivers/net/
Dvrf.c312 RT_SCOPE_LINK); in vrf_process_v4_outbound()
823 RT_SCOPE_LINK : RT_SCOPE_UNIVERSE); in vrf_get_saddr()
/linux-4.4.14/net/bridge/
Dbr_multicast.c403 inet_select_addr(br->dev, 0, RT_SCOPE_LINK) : 0; in br_ip4_multicast_alloc_query()
/linux-4.4.14/net/ipv6/
Daddrconf.c2862 if (ifa->ifa_scope == RT_SCOPE_LINK) in sit_add_v4_addrs()
4283 return RT_SCOPE_LINK; in rt_scope()