Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/netfilter/
Dnft_fib_ipv6.c73 return RTN_UNREACHABLE; in __nft_fib6_eval_type()
126 return RTN_UNREACHABLE; in __nft_fib6_eval_type()
/Linux-v4.19/include/uapi/linux/
Drtnetlink.h226 RTN_UNREACHABLE, /* Destination is unreachable */ enumerator
/Linux-v4.19/net/decnet/
Ddn_route.c1325 struct dn_fib_res res = { .fi = NULL, .type = RTN_UNREACHABLE }; in dn_route_input_slow()
1416 case RTN_UNREACHABLE: in dn_route_input_slow()
1484 case RTN_UNREACHABLE: in dn_route_input_slow()
Ddn_fib.c77 [RTN_UNREACHABLE] = { .error = -EHOSTUNREACH, .scope = RT_SCOPE_UNIVERSE },
/Linux-v4.19/net/ipv4/
Dfib_trie.c2463 [RTN_UNREACHABLE] = "UNREACHABLE",
2628 if (type == RTN_UNREACHABLE || type == RTN_PROHIBIT) in fib_flag_trans()
Dfib_frontend.c508 cfg->fc_type = RTN_UNREACHABLE; in rtentry_to_fib_config()
Droute.c2066 if (res->type == RTN_UNREACHABLE) { in ip_route_input_slow()
2091 res->type = RTN_UNREACHABLE; in ip_route_input_slow()
Dfib_semantics.c122 [RTN_UNREACHABLE] = {
/Linux-v4.19/net/ipv6/
Droute.c297 .fib6_type = RTN_UNREACHABLE,
902 [RTN_UNREACHABLE] = -EHOSTUNREACH,
942 case RTN_UNREACHABLE: in ip6_rt_init_dst_reject()
4188 if (rtm->rtm_type == RTN_UNREACHABLE || in rtm_to_fib6_config()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c4142 case RTN_UNREACHABLE: /* fall through */ in mlxsw_sp_fib4_entry_type_set()
/Linux-v4.19/net/core/
Dfilter.c4414 case RTN_UNREACHABLE: in bpf_ipv6_fib_lookup()