Searched refs:fib6_type (Results 1 – 4 of 4) sorted by relevance
42 __entry->err = ip6_rt_type_to_error(f6i->fib6_type);
73 static int ip6_rt_type_to_error(u8 fib6_type);297 .fib6_type = RTN_UNREACHABLE,909 static int ip6_rt_type_to_error(u8 fib6_type) in ip6_rt_type_to_error() argument911 return fib6_prop[fib6_type]; in ip6_rt_type_to_error()930 rt->dst.error = ip6_rt_type_to_error(ort->fib6_type); in ip6_rt_init_dst_reject()932 switch (ort->fib6_type) { in ip6_rt_init_dst_reject()960 if (ort->fib6_type == RTN_LOCAL || ort->fib6_type == RTN_ANYCAST) { in ip6_rt_init_dst()3073 rt->fib6_type = cfg->fc_type; in ip6_route_info_create()3766 f6i->fib6_type = RTN_ANYCAST; in addrconf_f6i_alloc()3769 f6i->fib6_type = RTN_LOCAL; in addrconf_f6i_alloc()[all …]
168 u8 fib6_type; member
4411 switch (f6i->fib6_type) { in bpf_ipv6_fib_lookup()4423 if (f6i->fib6_type != RTN_UNICAST) in bpf_ipv6_fib_lookup()