OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSIZE
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.h
46
#ifndef
MSIZE
47
#define
MSIZE
256
48
/* #define
MSIZE
1024 */
94
#define dtom(x) ((struct mbuf *)((intptr_t)(x) & ~(
MSIZE
-1)))
158
* Mbufs are of a single size,
MSIZE
(sys/param.h), which includes overhead.
166
#define MLEN ((int)(
MSIZE
- sizeof(struct m_hdr))) /* normal data len */
user_mbuf.c
40
/* #include <sys/param.h> This defines
MSIZE
256 */
344
/* zone_mbuf = umem_cache_create(MBUF_MEM_NAME,
MSIZE
, 0,
348
zone_mbuf = umem_cache_create(MBUF_MEM_NAME,
MSIZE
, 0, NULL, NULL, NULL, NULL, NULL, 0);*/
350
SCTP_ZONE_INIT(zone_mbuf, MBUF_MEM_NAME,
MSIZE
, 0);
352
zone_mbuf = umem_cache_create(MBUF_MEM_NAME,
MSIZE
, 0,
392
mbstat.m_msize =
MSIZE
;
[
all
...]
user_socketvar.h
427
(sb)->sb_mbcnt +=
MSIZE
; \
437
(sb)->sb_mbcnt -=
MSIZE
; \
user_socket.c
[
all
...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_var.h
204
SCTP_SAVE_ATOMIC_DECREMENT(&(sb)->sb_mbcnt,
MSIZE
); \
207
SCTP_SAVE_ATOMIC_DECREMENT(&(stcb)->asoc.my_rwnd_control_len,
MSIZE
); \
216
atomic_add_int(&(sb)->sb_mbcnt,
MSIZE
); \
219
atomic_add_int(&(stcb)->asoc.my_rwnd_control_len,
MSIZE
); \
277
SCTP_SAVE_ATOMIC_DECREMENT(&(sb)->sb_mbcnt,
MSIZE
); \
280
SCTP_SAVE_ATOMIC_DECREMENT(&(stcb)->asoc.my_rwnd_control_len,
MSIZE
); \
286
atomic_add_int(&(sb)->sb_mbcnt,
MSIZE
); \
289
atomic_add_int(&(stcb)->asoc.my_rwnd_control_len,
MSIZE
); \
sctputil.c
[
all
...]