On Fri, 15 Aug 2025 at 21:22, Mykyta Yatsenko <mykyta.yatsenko5@xxxxxxxxx> wrote: > > From: Mykyta Yatsenko <yatsenko@xxxxxxxx> > > Calculation of the BPF map key, given the pointer to a value is > duplicated in a couple of places in helpers already, in the next patch > another use case is introduced as well. > This patch extracts that functionality into a separate function. > > Signed-off-by: Mykyta Yatsenko <yatsenko@xxxxxxxx> > --- Please carry acks from v1. > [...]