Re: ipsec input mbuf pointer

2021-10-23 Thread Vitaliy Makkoveev
> On 22 Oct 2021, at 21:38, Alexander Bluhm wrote: > > Hi, > > I found a m_pullup() down in ah input. As it may free or change > the mbuf, the caller must be careful. All callers do not use the > mbuf, so we are safe. Nevertheless I would like to use a common > pattern to handle this. Pass d

ipsec input mbuf pointer

2021-10-22 Thread Alexander Bluhm
Hi, I found a m_pullup() down in ah input. As it may free or change the mbuf, the caller must be careful. All callers do not use the mbuf, so we are safe. Nevertheless I would like to use a common pattern to handle this. Pass down an mbuf pointer mp and let m_pullup() update the pointer in all