Home
last modified time | relevance | path

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

/Linux-v4.19/include/trace/events/
Dfib6.h42 __entry->err = ip6_rt_type_to_error(f6i->fib6_type);
/Linux-v4.19/net/ipv6/
Droute.c73 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() argument
911 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 …]
/Linux-v4.19/include/net/
Dip6_fib.h168 u8 fib6_type; member
/Linux-v4.19/net/core/
Dfilter.c4411 switch (f6i->fib6_type) { in bpf_ipv6_fib_lookup()
4423 if (f6i->fib6_type != RTN_UNICAST) in bpf_ipv6_fib_lookup()