Home
last modified time | relevance | path

Searched refs:ip6_rt_type_to_error (Results 1 – 2 of 2) 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.c71 static int ip6_rt_type_to_error(u8 fib6_type);
1048 static int ip6_rt_type_to_error(u8 fib6_type) in ip6_rt_type_to_error() function
1067 rt->dst.error = ip6_rt_type_to_error(fib6_type); in ip6_rt_init_dst_reject()