Home
last modified time | relevance | path

Searched refs:RTN_UNREACHABLE (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Drtnetlink.h208 RTN_UNREACHABLE, /* Destination is unreachable */ enumerator
/linux-4.1.27/net/decnet/
Ddn_route.c1326 struct dn_fib_res res = { .fi = NULL, .type = RTN_UNREACHABLE }; in dn_route_input_slow()
1417 case RTN_UNREACHABLE: in dn_route_input_slow()
1484 case RTN_UNREACHABLE: in dn_route_input_slow()
Ddn_fib.c75 [RTN_UNREACHABLE] = { .error = -EHOSTUNREACH, .scope = RT_SCOPE_UNIVERSE },
/linux-4.1.27/net/ipv4/
Dfib_trie.c2346 [RTN_UNREACHABLE] = "UNREACHABLE",
2532 if (type == RTN_UNREACHABLE || type == RTN_PROHIBIT) in fib_flag_trans()
Dfib_semantics.c121 [RTN_UNREACHABLE] = {
Dfib_frontend.c457 cfg->fc_type = RTN_UNREACHABLE; in rtentry_to_fib_config()
Droute.c1838 if (res.type == RTN_UNREACHABLE) { in ip_route_input_slow()
1855 res.type = RTN_UNREACHABLE; in ip_route_input_slow()
/linux-4.1.27/net/ipv6/
Droute.c2449 if (rtm->rtm_type == RTN_UNREACHABLE || in rtm_to_fib6_config()
2798 rtm->rtm_type = RTN_UNREACHABLE; in rt6_fill_node()