Home
last modified time | relevance | path

Searched refs:MHLEN (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/www/firefox-esr/firefox-91.8.0/netwerk/sctp/src/
H A Duser_mbuf.h141 #define MHLEN ((int)(MLEN - sizeof(struct pkthdr))) /* data len w/pkthdr */
142 #define MINCLSIZE ((int)(MHLEN + 1)) /* smallest amount to put in cluster */
143 #define M_MAXCOMPRESS (MHLEN / 2) /* max amount to copy for compression */
212 char MH_databuf[MHLEN]; in clust_constructor_dup()
405 (m)->m_data += (MHLEN - (len)) & ~(sizeof(long) - 1); \
410 ((m)->m_flags & M_PKTHDR) ? MHLEN : \
H A Duser_mbuf.c311 if ((!allonebuf && len >= MCLBYTES) || (len > (int)(((mbuf_threshold - 1) * MLEN) + MHLEN))) {
318 if (len < MHLEN) {
321 size = MHLEN;
392 if (align >= MHLEN)
861 if (len > MHLEN)
1337 if (len < MHLEN)
1510 if (remain > MHLEN) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_mbuf.h141 #define MHLEN ((int)(MLEN - sizeof(struct pkthdr))) /* data len w/pkthdr */ macro
142 #define MINCLSIZE ((int)(MHLEN + 1)) /* smallest amount to put in cluster */
143 #define M_MAXCOMPRESS (MHLEN / 2) /* max amount to copy for compression */
212 char MH_databuf[MHLEN];
405 (m)->m_data += (MHLEN - (len)) & ~(sizeof(long) - 1); \
410 ((m)->m_flags & M_PKTHDR) ? MHLEN : \
H A Duser_mbuf.c311 if ((!allonebuf && len >= MCLBYTES) || (len > (int)(((mbuf_threshold - 1) * MLEN) + MHLEN))) { in m_getm2()
318 if (len < MHLEN) { in m_getm2()
321 size = MHLEN; in m_getm2()
392 if (align >= MHLEN) in m_uiotombuf()
861 if (len > MHLEN) in m_pullup()
1337 if (len < MHLEN) in m_prepend()
1510 if (remain > MHLEN) { in m_split()
/dports/www/firefox/firefox-99.0/netwerk/sctp/src/
H A Duser_mbuf.h141 #define MHLEN ((int)(MLEN - sizeof(struct pkthdr))) /* data len w/pkthdr */ macro
142 #define MINCLSIZE ((int)(MHLEN + 1)) /* smallest amount to put in cluster */
143 #define M_MAXCOMPRESS (MHLEN / 2) /* max amount to copy for compression */
212 char MH_databuf[MHLEN];
405 (m)->m_data += (MHLEN - (len)) & ~(sizeof(long) - 1); \
410 ((m)->m_flags & M_PKTHDR) ? MHLEN : \
H A Duser_mbuf.c311 if ((!allonebuf && len >= MCLBYTES) || (len > (int)(((mbuf_threshold - 1) * MLEN) + MHLEN))) { in m_getm2()
318 if (len < MHLEN) { in m_getm2()
321 size = MHLEN; in m_getm2()
392 if (align >= MHLEN) in m_uiotombuf()
861 if (len > MHLEN) in m_pullup()
1337 if (len < MHLEN) in m_prepend()
1510 if (remain > MHLEN) { in m_split()
/dports/net/libusrsctp/usrsctp-0.9.5.0/usrsctplib/
H A Duser_mbuf.h141 #define MHLEN ((int)(MLEN - sizeof(struct pkthdr))) /* data len w/pkthdr */ macro
142 #define MINCLSIZE ((int)(MHLEN + 1)) /* smallest amount to put in cluster */
143 #define M_MAXCOMPRESS (MHLEN / 2) /* max amount to copy for compression */
212 char MH_databuf[MHLEN];
405 (m)->m_data += (MHLEN - (len)) & ~(sizeof(long) - 1); \
410 ((m)->m_flags & M_PKTHDR) ? MHLEN : \
H A Duser_mbuf.c311 if ((!allonebuf && len >= MCLBYTES) || (len > (int)(((mbuf_threshold - 1) * MLEN) + MHLEN))) { in m_getm2()
318 if (len < MHLEN) { in m_getm2()
321 size = MHLEN; in m_getm2()
392 if (align >= MHLEN) in m_uiotombuf()
861 if (len > MHLEN) in m_pullup()
1337 if (len < MHLEN) in m_prepend()
1510 if (remain > MHLEN) { in m_split()
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/usrsctp/usrsctplib/
H A Duser_mbuf.h138 #define MHLEN ((int)(MLEN - sizeof(struct pkthdr))) /* data len w/pkthdr */ macro
139 #define MINCLSIZE ((int)(MHLEN + 1)) /* smallest amount to put in cluster */
140 #define M_MAXCOMPRESS (MHLEN / 2) /* max amount to copy for compression */
209 char MH_databuf[MHLEN];
399 (m)->m_data += (MHLEN - (len)) & ~(sizeof(long) - 1); \
404 ((m)->m_flags & M_PKTHDR) ? MHLEN : \
H A Duser_mbuf.c309 if ((!allonebuf && len >= MCLBYTES) || (len > (int)(((mbuf_threshold - 1) * MLEN) + MHLEN))) { in m_getm2()
316 if (len < MHLEN) { in m_getm2()
319 size = MHLEN; in m_getm2()
390 if (align >= MHLEN) in m_uiotombuf()
852 if (len > MHLEN) in m_pullup()
1328 if (len < MHLEN) in m_prepend()
1501 if (remain > MHLEN) { in m_split()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/sctp/src/
H A Duser_mbuf.h141 #define MHLEN ((int)(MLEN - sizeof(struct pkthdr))) /* data len w/pkthdr */ macro
142 #define MINCLSIZE ((int)(MHLEN + 1)) /* smallest amount to put in cluster */
143 #define M_MAXCOMPRESS (MHLEN / 2) /* max amount to copy for compression */
212 char MH_databuf[MHLEN];
405 (m)->m_data += (MHLEN - (len)) & ~(sizeof(long) - 1); \
410 ((m)->m_flags & M_PKTHDR) ? MHLEN : \
H A Duser_mbuf.c311 if ((!allonebuf && len >= MCLBYTES) || (len > (int)(((mbuf_threshold - 1) * MLEN) + MHLEN))) { in m_getm2()
318 if (len < MHLEN) { in m_getm2()
321 size = MHLEN; in m_getm2()
392 if (align >= MHLEN) in m_uiotombuf()
861 if (len > MHLEN) in m_pullup()
1337 if (len < MHLEN) in m_prepend()
1510 if (remain > MHLEN) { in m_split()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/sctp/src/
H A Duser_mbuf.h167 #define MHLEN ((int)(MLEN - sizeof(struct pkthdr))) /* data len w/pkthdr */ macro
168 #define MINCLSIZE ((int)(MHLEN + 1)) /* smallest amount to put in cluster */
169 #define M_MAXCOMPRESS (MHLEN / 2) /* max amount to copy for compression */
238 char MH_databuf[MHLEN];
434 (m)->m_data += (MHLEN - (len)) & ~(sizeof(long) - 1); \
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/sctp/src/
H A Duser_mbuf.h167 #define MHLEN ((int)(MLEN - sizeof(struct pkthdr))) /* data len w/pkthdr */ macro
168 #define MINCLSIZE ((int)(MHLEN + 1)) /* smallest amount to put in cluster */
169 #define M_MAXCOMPRESS (MHLEN / 2) /* max amount to copy for compression */
238 char MH_databuf[MHLEN];
435 (m)->m_data += (MHLEN - (len)) & ~(sizeof(long) - 1); \
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/sctp/src/
H A Duser_mbuf.h167 #define MHLEN ((int)(MLEN - sizeof(struct pkthdr))) /* data len w/pkthdr */ macro
168 #define MINCLSIZE ((int)(MHLEN + 1)) /* smallest amount to put in cluster */
169 #define M_MAXCOMPRESS (MHLEN / 2) /* max amount to copy for compression */
238 char MH_databuf[MHLEN];
434 (m)->m_data += (MHLEN - (len)) & ~(sizeof(long) - 1); \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_mbuf.h170 #define MHLEN ((int)(MLEN - sizeof(struct pkthdr))) /* data len w/pkthdr */ macro
171 #define MINCLSIZE ((int)(MHLEN + 1)) /* smallest amount to put in cluster */
172 #define M_MAXCOMPRESS (MHLEN / 2) /* max amount to copy for compression */
241 char MH_databuf[MHLEN];
437 (m)->m_data += (MHLEN - (len)) & ~(sizeof(long) - 1); \
H A Duser_mbuf.c312 if ((!allonebuf && len >= MCLBYTES) || (len > (int)(((mbuf_threshold - 1) * MLEN) + MHLEN))) { in m_getm2()
319 if (len < MHLEN) { in m_getm2()
322 size = MHLEN; in m_getm2()
393 if (align >= MHLEN) in m_uiotombuf()
552 mbstat.m_mhlen = MHLEN; in mbuf_initialize()
882 if (len > MHLEN) in m_pullup()
1364 if (len < MHLEN) in m_prepend()
1537 if (remain > MHLEN) { in m_split()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_mbuf.h170 #define MHLEN ((int)(MLEN - sizeof(struct pkthdr))) /* data len w/pkthdr */ macro
171 #define MINCLSIZE ((int)(MHLEN + 1)) /* smallest amount to put in cluster */
172 #define M_MAXCOMPRESS (MHLEN / 2) /* max amount to copy for compression */
241 char MH_databuf[MHLEN];
437 (m)->m_data += (MHLEN - (len)) & ~(sizeof(long) - 1); \
H A Duser_mbuf.c312 if ((!allonebuf && len >= MCLBYTES) || (len > (int)(((mbuf_threshold - 1) * MLEN) + MHLEN))) { in m_getm2()
319 if (len < MHLEN) { in m_getm2()
322 size = MHLEN; in m_getm2()
393 if (align >= MHLEN) in m_uiotombuf()
552 mbstat.m_mhlen = MHLEN; in mbuf_initialize()
882 if (len > MHLEN) in m_pullup()
1364 if (len < MHLEN) in m_prepend()
1537 if (remain > MHLEN) { in m_split()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netisdn/
H A Di4b_mbuf.c116 if(len >= MHLEN) in i4b_Dgetmbuf()
198 if(len >= MHLEN) in i4b_Bgetmbuf()
/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dif_loop.c124 #define LOMTU (131072 + MHLEN + MLEN)
127 #define LOMTU (32768 + MHLEN + MLEN)
128 #define LOMTU_MAX (65536 + MHLEN + MLEN)
/dports/misc/rump/buildrump.sh-b914579/src/sys/netipsec/
H A Dipsec_mbuf.c224 IPSEC_ASSERT(hlen < MHLEN, ("m_makespace: hlen too big: %u", hlen)); in m_makespace()
249 if (todo > MHLEN) { in m_makespace()
255 len = MHLEN; in m_makespace()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dmbuf.h333 #define MHLEN (MSIZE - offsetof(struct _mbuf_dummy, m_pktdat)) macro
335 #define MINCLSIZE (MHLEN+MLEN+1) /* smallest amount to put in cluster */
336 #define M_MAXCOMPRESS (MHLEN / 2) /* max amount to copy for compression */
341 MBUF_DEFINE(mbuf, MHLEN, MLEN);
628 (m)->m_data += (MHLEN - (len)) &~ (sizeof(long) - 1); \
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Duipc_mbuf.c180 CTASSERT(sizeof(struct _m_ext) <= MHLEN); in mbinit()
489 adjust = MHLEN - len; in m_align()
700 if (len < MHLEN) in m_prepend()
1041 if (len > MHLEN) { in m_ensure_contig()
1108 if (len > (MHLEN - dstoff)) in m_copyup()
1179 if (remain > MHLEN) { in m_split0()
1244 m->m_len = MHLEN; in m_devget()
1389 if (sz > MHLEN) { in m_defrag()
1543 n->m_len = MHLEN; in m_copyback0()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/sdmmc/
H A Dsbt.c353 m->m_pkthdr.len = m->m_len = MHLEN; in sbt_intr()
355 if (m->m_pkthdr.len == MAX(MHLEN, len)) { in sbt_intr()
357 m->m_len = MIN(MHLEN, m->m_pkthdr.len); in sbt_intr()

12345678