Home
last modified time | relevance | path

Searched refs:pbufs (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/syscalls/readv/
Dreadv02.c248 int init_buffs(char *pbufs[]) in init_buffs() argument
252 for (i = 0; pbufs[i] != NULL; i++) { in init_buffs()
256 fill_mem(pbufs[i], 0, 1); in init_buffs()
260 fill_mem(pbufs[i], 1, 0); in init_buffs()
/external/syslinux/core/lwip/
DUPGRADING67 prevent creating many small pbufs when calling tcp_write with many small
68 blocks of data. Instead, pbufs are allocated larger than needed and the
71 * Added LWIP_NETIF_TX_SINGLE_PBUF to always copy to try to create single pbufs
DCHANGELOG106 netif->output in one piece): Always copy to try to create single pbufs
112 for tcp netconns to receive pbufs, not netbufs; use that function
118 added option TCP_OVERSIZE to prevent creating many small pbufs when
119 calling tcp_write with many small blocks of data. Instead, pbufs are
356 * udp.c, raw.c: Don't chain empty pbufs when sending them (fixes bug #30625)
397 problems with zero-copy DMA MACs) by adding custom pbufs and implementing
398 custom pbufs that reference other (original) pbufs. Additionally set
1115 * pbuf.c: reclaim pbufs from TCP out-of-sequence segments if we run
1116 out of pool pbufs.
1187 in lwipopts.h or use pbuf_free_callback(p)/mem_free_callback(m) to free pbufs
[all …]
/external/syslinux/core/lwip/doc/
Drawapi.txt495 This implies that PBUF_RAM/PBUF_POOL pbufs passed to raw-API send functions
498 For no-copy pbufs (PBUF_ROM/PBUF_REF), data must be kept unchanged, too,
500 PBUF_ROM-pbufs are just enqueued (as ROM-data is expected to never change).