Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c264 struct dst_entry *rt_dst_entry; in mlx5e_ipsec_init_macs() local
340 rt_dst_entry = &rt->dst; in mlx5e_ipsec_init_macs()
344 ip6_dst_lookup(dev_net(netdev), NULL, &rt_dst_entry, &fl6)) in mlx5e_ipsec_init_macs()
351 n = dst_neigh_lookup(rt_dst_entry, pkey); in mlx5e_ipsec_init_macs()
353 dst_release(rt_dst_entry); in mlx5e_ipsec_init_macs()
362 dst_release(rt_dst_entry); in mlx5e_ipsec_init_macs()