Home
last modified time | relevance | path

Searched refs:fib6_type (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/trace/events/
H A Dfib6.h42 __entry->err = ip6_rt_type_to_error(res->fib6_type);
/openbmc/linux/net/ipv6/
H A Droute.c291 .fib6_type = RTN_UNREACHABLE,
586 res->fib6_type = res->f6i->fib6_type; in rt6_device_match()
592 res->fib6_type = RTN_BLACKHOLE; in rt6_device_match()
841 res->fib6_type = f6i->fib6_type; in __find_rr_leaf()
920 res->fib6_type = res->f6i->fib6_type; in rt6_select()
1050 return fib6_prop[fib6_type]; in ip6_rt_type_to_error()
1069 switch (fib6_type) { in ip6_rt_init_dst_reject()
1099 if (res->fib6_type == RTN_LOCAL || res->fib6_type == RTN_ANYCAST) { in ip6_rt_init_dst()
2890 res.fib6_type = res.f6i->fib6_type; in __ip6_rt_update_pmtu()
3116 res.fib6_type = res.f6i->fib6_type; in __ip6_route_redirect()
[all …]
/openbmc/linux/include/net/
H A Dip6_fib.h192 u8 fib6_type; member
228 u8 fib6_type; member
H A Dnexthop.h517 res->fib6_type = RTN_BLACKHOLE; in nexthop_path_fib6_result()
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_router.c206 if (fi->fib6_type != RTN_UNICAST) in prestera_fi6_is_direct()
214 if (fi->fib6_type != RTN_UNICAST) in prestera_fi6_is_nh()
384 return fen6_info->rt->fib6_type; in prestera_kern_fib_info_type()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c7093 else if (rt->fib6_type == RTN_BLACKHOLE) in mlxsw_sp_fib6_entry_type_set()
/openbmc/linux/net/core/
H A Dfilter.c6052 switch (res.fib6_type) { in bpf_ipv6_fib_lookup()