Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dip6_fib.c1447 &rt->fib6_dst.addr, rt->fib6_dst.plen, in fib6_add()
1448 offsetof(struct fib6_info, fib6_dst), allow_create, in fib6_add()
1688 .offset = offsetof(struct fib6_info, fib6_dst), in fib6_node_lookup()
1779 offsetof(struct fib6_info, fib6_dst), in fib6_locate()
2615 seq_printf(seq, "%pi6 %02x ", &rt->fib6_dst.addr, rt->fib6_dst.plen); in ipv6_route_native_seq_show()
H A Droute.c929 key_plen = rt0->fib6_dst.plen; in rt6_select()
1069 !rt6_need_strict(&res->f6i->fib6_dst.addr)) in ip6_rt_get_dev_rcu()
1150 } else if (ipv6_addr_type(&f6i->fib6_dst.addr) & IPV6_ADDR_MULTICAST) { in ip6_rt_init_dst()
1182 rt->rt6i_dst = f6i->fib6_dst; in ip6_rt_copy_init()
1397 if (f6i->fib6_dst.plen != 128 && in ip6_rt_cache_alloc()
1398 ipv6_addr_equal(&f6i->fib6_dst.addr, daddr)) in ip6_rt_cache_alloc()
1750 * both fib6_dst and fib6_src. in rt6_insert_exception()
1752 * a hash of only fib6_dst. in rt6_insert_exception()
1867 * both fib6_dst and fib6_src. in rt6_find_cached_rt()
3862 ipv6_addr_prefix(&rt->fib6_dst in ip6_route_info_create()
[all...]
/linux/tools/testing/selftests/bpf/
H A DREADME.rst177 ; BPF_SEQ_PRINTF(seq, "%pi6 %02x ", &rt->fib6_dst.addr, rt->fib6_dst.plen);
/linux/include/net/
H A Dip6_fib.h182 struct rt6key fib6_dst; member