Re: m_get2() name

2013-02-01 Thread Andre Oppermann
On 01.02.2013 14:15, Gleb Smirnoff wrote: On Fri, Feb 01, 2013 at 02:04:38PM +0100, Andre Oppermann wrote: A> >The m_get2() function allocates a single mbuf with enough space A> > to hold specified amount of data. It can return either a single mbuf, A> > an mbuf with a standard cluster, page

Re: m_get2() name

2013-02-01 Thread Gleb Smirnoff
On Fri, Feb 01, 2013 at 02:04:38PM +0100, Andre Oppermann wrote: A> >The m_get2() function allocates a single mbuf with enough space A> > to hold specified amount of data. It can return either a single mbuf, A> > an mbuf with a standard cluster, page size cluster, or jumbo cluster. A> A> While

Re: m_get2() name

2013-02-01 Thread Andre Oppermann
On 01.02.2013 13:04, Gleb Smirnoff wrote: Hi! The m_get2() function allocates a single mbuf with enough space to hold specified amount of data. It can return either a single mbuf, an mbuf with a standard cluster, page size cluster, or jumbo cluster. While m_get2() is a good function, I'm

Re: m_get2() name

2013-02-01 Thread Alfred Perlstein
On 2/1/13 7:04 AM, Gleb Smirnoff wrote: Hi! The m_get2() function allocates a single mbuf with enough space to hold specified amount of data. It can return either a single mbuf, an mbuf with a standard cluster, page size cluster, or jumbo cluster. It is alredy utilized in pfsync, bpf,

m_get2() name

2013-02-01 Thread Gleb Smirnoff
Hi! The m_get2() function allocates a single mbuf with enough space to hold specified amount of data. It can return either a single mbuf, an mbuf with a standard cluster, page size cluster, or jumbo cluster. It is alredy utilized in pfsync, bpf, libalias and soon to be utilized in ieee80211