Subject: Re: Patch to make upper-layer network protocols align as needed
To: Jason R Thorpe <thorpej@wasabisystems.com>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: tech-net
Date: 07/01/2002 13:52:13
Jason R Thorpe <thorpej@wasabisystems.com> writes:

> Ok, I have renamed it to m_copyup().

So, ...

> + int MSFail;

the name of this counter variale and

>   struct	mbuf *m_pulldown __P((struct mbuf *, int, int, int *));
>   struct	mbuf *m_pullup __P((struct mbuf *, int));
> + struct	mbuf *m_copyup __P((struct mbuf *, int, int));
>   struct	mbuf *m_split __P((struct mbuf *,int,int));
>   void	m_adj __P((struct mbuf *, int));
>   void	m_cat __P((struct mbuf *,struct mbuf *));

where the prototype is inserted should be adjusted?

enami.