Home
last modified time | relevance | path

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

/net/ipv6/
Droute.c71 static int ip6_rt_type_to_error(u8 fib6_type);
285 .fib6_type = RTN_UNREACHABLE,
582 res->fib6_type = res->f6i->fib6_type; in rt6_device_match()
588 res->fib6_type = RTN_BLACKHOLE; in rt6_device_match()
814 res->fib6_type = RTN_BLACKHOLE; in __find_rr_leaf()
834 res->fib6_type = f6i->fib6_type; in __find_rr_leaf()
913 res->fib6_type = res->f6i->fib6_type; in rt6_select()
1041 static int ip6_rt_type_to_error(u8 fib6_type) in ip6_rt_type_to_error() argument
1043 return fib6_prop[fib6_type]; in ip6_rt_type_to_error()
1058 static void ip6_rt_init_dst_reject(struct rt6_info *rt, u8 fib6_type) in ip6_rt_init_dst_reject() argument
[all …]
/net/core/
Dfilter.c5598 switch (res.fib6_type) { in bpf_ipv6_fib_lookup()