Home
last modified time | relevance | path

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

/Linux-v4.19/net/decnet/
Ddn_fib.c72 [RTN_LOCAL] = { .error = 0, .scope = RT_SCOPE_HOST },
260 nh->nh_scope = RT_SCOPE_HOST; in dn_fib_check_nh()
356 if (r->rtm_scope > RT_SCOPE_HOST) in dn_fib_create_info()
359 if (r->rtm_scope == RT_SCOPE_HOST) { in dn_fib_create_info()
609 req.rtm.rtm_scope = (type != RTN_LOCAL ? RT_SCOPE_LINK : RT_SCOPE_HOST); in fib_magic()
Ddn_route.c1040 RT_SCOPE_HOST); in dn_route_output_slow()
1131 RT_SCOPE_HOST : in dn_route_output_slow()
Ddn_dev.c404 ifa->ifa_scope = RT_SCOPE_HOST; in dn_dev_set_ifa()
/Linux-v4.19/net/ipv4/
Dfib_frontend.c383 ret = FIB_RES_NH(res).nh_scope >= RT_SCOPE_HOST; in __fib_validate_source()
395 ret = FIB_RES_NH(res).nh_scope >= RT_SCOPE_HOST; in __fib_validate_source()
507 cfg->fc_scope = RT_SCOPE_HOST; in rtentry_to_fib_config()
883 cfg.fc_scope = RT_SCOPE_HOST; in fib_magic()
Dfib_semantics.c104 .scope = RT_SCOPE_HOST,
895 nh->nh_scope = RT_SCOPE_HOST; in fib_check_nh()
1197 if (cfg->fc_scope > RT_SCOPE_HOST) { in fib_create_info()
1202 if (cfg->fc_scope == RT_SCOPE_HOST) { in fib_create_info()
Darp.c407 scope = RT_SCOPE_HOST; in arp_ignore()
413 scope = RT_SCOPE_HOST; in arp_ignore()
Ddevinet.c547 ifa->ifa_scope = RT_SCOPE_HOST; in inet_set_ifa()
1502 ifa->ifa_scope = RT_SCOPE_HOST; in inetdev_event()
Dfib_trie.c2447 case RT_SCOPE_HOST: return "host"; in rtn_scope()
Droute.c2424 RT_SCOPE_HOST); in ip_route_output_key_hash_rcu()
/Linux-v4.19/net/bridge/
Dbr_arp_nd_proxy.c103 RT_SCOPE_HOST); in br_chk_addr_ip()
/Linux-v4.19/include/uapi/linux/
Drtnetlink.h286 RT_SCOPE_HOST=254, enumerator
/Linux-v4.19/include/net/
Dbonding.h589 RT_SCOPE_HOST); in bond_confirm_addr()
/Linux-v4.19/drivers/infiniband/ulp/ipoib/
Dipoib_main.c303 RT_SCOPE_HOST); in ipoib_is_dev_match_addr_rcu()
/Linux-v4.19/net/ipv6/
Daddrconf.c3082 if (ifa->ifa_scope >= RT_SCOPE_HOST) { in sit_add_v4_addrs()
4775 return RT_SCOPE_HOST; in rt_scope()