Home
last modified time | relevance | path

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

/linux-5.19.10/net/ipv6/netfilter/
Dnft_fib_ipv6.c121 return RTN_UNREACHABLE; in __nft_fib6_eval_type()
/linux-5.19.10/include/uapi/linux/
Drtnetlink.h263 RTN_UNREACHABLE, /* Destination is unreachable */ enumerator
/linux-5.19.10/net/decnet/
Ddn_route.c1320 struct dn_fib_res res = { .fi = NULL, .type = RTN_UNREACHABLE }; in dn_route_input_slow()
1412 case RTN_UNREACHABLE: in dn_route_input_slow()
1480 case RTN_UNREACHABLE: in dn_route_input_slow()
Ddn_fib.c77 [RTN_UNREACHABLE] = { .error = -EHOSTUNREACH, .scope = RT_SCOPE_UNIVERSE },
/linux-5.19.10/drivers/net/ethernet/marvell/prestera/
Dprestera_router.c161 case RTN_UNREACHABLE: in __prestera_pr_k_arb_fc_lpm_info_calc()
/linux-5.19.10/net/ipv4/
Dfib_trie.c2774 [RTN_UNREACHABLE] = "UNREACHABLE",
2940 if (type == RTN_UNREACHABLE || type == RTN_PROHIBIT) in fib_flag_trans()
Dfib_frontend.c520 cfg->fc_type = RTN_UNREACHABLE; in rtentry_to_fib_config()
Droute.c2389 if (res->type == RTN_UNREACHABLE) { in ip_route_input_slow()
2414 res->type = RTN_UNREACHABLE; in ip_route_input_slow()
Dfib_semantics.c127 [RTN_UNREACHABLE] = {
/linux-5.19.10/net/ipv6/
Droute.c290 .fib6_type = RTN_UNREACHABLE,
1037 [RTN_UNREACHABLE] = -EHOSTUNREACH,
1075 case RTN_UNREACHABLE: in ip6_rt_init_dst_reject()
5032 if (rtm->rtm_type == RTN_UNREACHABLE || in rtm_to_fib6_config()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c6176 case RTN_UNREACHABLE: in mlxsw_sp_fib4_entry_type_set()
/linux-5.19.10/net/core/
Dfilter.c5887 case RTN_UNREACHABLE: in bpf_ipv6_fib_lookup()