Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/
Dip6_fib.c1221 &rt->fib6_dst.addr, rt->fib6_dst.plen, in fib6_add()
1222 offsetof(struct fib6_info, fib6_dst), allow_create, in fib6_add()
1448 .offset = offsetof(struct fib6_info, fib6_dst), in fib6_node_lookup()
1538 offsetof(struct fib6_info, fib6_dst), in fib6_locate()
2261 seq_printf(seq, "%pi6 %02x ", &rt->fib6_dst.addr, rt->fib6_dst.plen); in ipv6_route_seq_show()
Droute.c756 key_plen = rt0->fib6_dst.plen; in rt6_select()
882 !rt6_need_strict(&rt->fib6_dst.addr)) in ip6_rt_get_dev_rcu()
962 } else if (ipv6_addr_type(&ort->fib6_dst.addr) & IPV6_ADDR_MULTICAST) { in ip6_rt_init_dst()
995 rt->rt6i_dst = ort->fib6_dst; in ip6_rt_copy_init()
1204 if (ort->fib6_dst.plen != 128 && in ip6_rt_cache_alloc()
1205 ipv6_addr_equal(&ort->fib6_dst.addr, daddr)) in ip6_rt_cache_alloc()
3060 ipv6_addr_prefix(&rt->fib6_dst.addr, &cfg->fc_dst, cfg->fc_dst_len); in ip6_route_info_create()
3061 rt->fib6_dst.plen = cfg->fc_dst_len; in ip6_route_info_create()
3062 if (rt->fib6_dst.plen == 128) in ip6_route_info_create()
3776 f6i->fib6_dst.addr = *addr; in addrconf_f6i_alloc()
[all …]
/Linux-v4.19/include/net/
Dip6_fib.h154 struct rt6key fib6_dst; member
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c4703 if (ipv6_addr_type(&rt->fib6_dst.addr) & IPV6_ADDR_LINKLOCAL) in mlxsw_sp_fib6_rt_should_ignore()
4709 if (ipv6_addr_type(&rt->fib6_dst.addr) & IPV6_ADDR_MULTICAST) in mlxsw_sp_fib6_rt_should_ignore()
5278 fib_node = mlxsw_sp_fib_node_lookup(fib, &rt->fib6_dst.addr, in mlxsw_sp_fib6_entry_lookup()
5279 sizeof(rt->fib6_dst.addr), in mlxsw_sp_fib6_entry_lookup()
5280 rt->fib6_dst.plen); in mlxsw_sp_fib6_entry_lookup()
5330 &rt->fib6_dst.addr, in mlxsw_sp_router_fib6_add()
5331 sizeof(rt->fib6_dst.addr), in mlxsw_sp_router_fib6_add()
5332 rt->fib6_dst.plen, in mlxsw_sp_router_fib6_add()