Home
last modified time | relevance | path

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

/linux-4.1.27/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.c887 DN_FIB_RES_NH(*res).nh_scope == RT_SCOPE_LINK) in dn_rt_set_next_hop()
1137 RT_SCOPE_LINK); in dn_route_output_slow()
/linux-4.1.27/net/ipv4/
Dfib_semantics.c107 .scope = RT_SCOPE_LINK,
111 .scope = RT_SCOPE_LINK,
598 if (cfg->fc_scope >= RT_SCOPE_LINK) in fib_check_nh()
609 nh->nh_scope = RT_SCOPE_LINK; in fib_check_nh()
622 if (fl4.flowi4_scope < RT_SCOPE_LINK) in fib_check_nh()
623 fl4.flowi4_scope = RT_SCOPE_LINK; in fib_check_nh()
1180 next_fi->fib_nh[0].nh_scope != RT_SCOPE_LINK) in fib_select_default()
Dfib_frontend.c286 scope = RT_SCOPE_LINK; in fib_compute_spec_dst()
510 cfg->fc_scope = RT_SCOPE_LINK; in rtentry_to_fib_config()
788 cfg.fc_scope = RT_SCOPE_LINK; in fib_magic()
Droute.c1401 if (nh->nh_gw && nh->nh_scope == RT_SCOPE_LINK) { in rt_set_nexthop()
2003 nh->nh_scope == RT_SCOPE_LINK))) { in __mkroute_output()
2085 RT_SCOPE_LINK : RT_SCOPE_UNIVERSE); in __ip_route_output_key()
2153 RT_SCOPE_LINK); in __ip_route_output_key()
2201 RT_SCOPE_LINK); in __ip_route_output_key()
Darp.c333 saddr = inet_select_addr(dev, target, RT_SCOPE_LINK); in arp_solicit()
373 scope = RT_SCOPE_LINK; in arp_ignore()
Dicmp.c647 saddr = inet_select_addr(dev, 0, RT_SCOPE_LINK); in icmp_send()
Dfib_trie.c2329 case RT_SCOPE_LINK: return "link"; in rtn_scope()
Ddevinet.c1229 if (ifa->ifa_scope != RT_SCOPE_LINK && in inet_select_addr()
/linux-4.1.27/net/phonet/
Dpn_netlink.c120 ifm->ifa_scope = RT_SCOPE_LINK; in fill_addr()
/linux-4.1.27/include/uapi/linux/
Drtnetlink.h262 RT_SCOPE_LINK=253, enumerator
/linux-4.1.27/net/bridge/
Dbr_multicast.c389 inet_select_addr(br->dev, 0, RT_SCOPE_LINK) : 0; in br_ip4_multicast_alloc_query()
/linux-4.1.27/net/ipv6/
Daddrconf.c2793 if (ifa->ifa_scope == RT_SCOPE_LINK) in sit_add_v4_addrs()
4200 return RT_SCOPE_LINK; in rt_scope()