Searched refs:LWIP_MEMPOOL (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/include/lwip/lwip/
H A Dmemp_std.h15 #define LWIP_MALLOC_MEMPOOL(num, size) LWIP_MEMPOOL(POOL_##size, num, (size + sizeof(struct memp_malloc_helper)), "MALLOC_"#size)
23 #define LWIP_PBUF_MEMPOOL(name, num, payload, desc) LWIP_MEMPOOL(name, num, (MEMP_ALIGN_SIZE(sizeof(struct pbuf)) + MEMP_ALIGN_SIZE(payload)), desc)
30 * LWIP_MEMPOOL(pool_name, number_elements, element_size, pool_description)
34 LWIP_MEMPOOL(RAW_PCB, MEMP_NUM_RAW_PCB, sizeof(struct raw_pcb), "RAW_PCB")
37 LWIP_MEMPOOL(UDP_PCB, MEMP_NUM_UDP_PCB, sizeof(struct udp_pcb), "UDP_PCB")
40 LWIP_MEMPOOL(TCP_PCB, MEMP_NUM_TCP_PCB, sizeof(struct tcp_pcb), "TCP_PCB")
41 LWIP_MEMPOOL(TCP_PCB_LISTEN, MEMP_NUM_TCP_PCB_LISTEN,
43 LWIP_MEMPOOL(TCP_SEG, MEMP_NUM_TCP_SEG, sizeof(struct tcp_seg), "TCP_SEG")
46 LWIP_MEMPOOL(REASSDATA, MEMP_NUM_REASSDATA, sizeof(struct ip_reassdata),
50 LWIP_MEMPOOL(NETBU
94 #undef LWIP_MEMPOOL macro
[all...]
H A Dmemp.h44 #define LWIP_MEMPOOL(name,num,size,desc) MEMP_##name, macro
55 #define LWIP_MEMPOOL(name,num,size,desc) macro
64 #define LWIP_MEMPOOL(name,num,size,desc) macro
/barrelfish-master/include/lwip2/lwip/priv/
H A Dmemp_std.h5 * definition of LWIP_MEMPOOL() to handle all includes and multiple times
23 #define LWIP_MALLOC_MEMPOOL(num, size) LWIP_MEMPOOL(POOL_##size, num, (size + LWIP_MEM_ALIGN_SIZE(sizeof(struct memp_malloc_helper))), "MALLOC_"#size)
31 #define LWIP_PBUF_MEMPOOL(name, num, payload, desc) LWIP_MEMPOOL(name, num, (MEMP_ALIGN_SIZE(sizeof(struct pbuf)) + MEMP_ALIGN_SIZE(payload)), desc)
38 * LWIP_MEMPOOL(pool_name, number_elements, element_size, pool_description)
42 LWIP_MEMPOOL(RAW_PCB, MEMP_NUM_RAW_PCB, sizeof(struct raw_pcb), "RAW_PCB")
46 LWIP_MEMPOOL(UDP_PCB, MEMP_NUM_UDP_PCB, sizeof(struct udp_pcb), "UDP_PCB")
50 LWIP_MEMPOOL(TCP_PCB, MEMP_NUM_TCP_PCB, sizeof(struct tcp_pcb), "TCP_PCB")
51 LWIP_MEMPOOL(TCP_PCB_LISTEN, MEMP_NUM_TCP_PCB_LISTEN, sizeof(struct tcp_pcb_listen), "TCP_PCB_LISTEN")
52 LWIP_MEMPOOL(TCP_SEG, MEMP_NUM_TCP_SEG, sizeof(struct tcp_seg), "TCP_SEG")
56 LWIP_MEMPOOL(REASSDAT
142 #undef LWIP_MEMPOOL macro
[all...]
H A Dmemp_priv.h106 #define LWIP_MEMPOOL(name,num,size,desc) macro
115 #define LWIP_MEMPOOL(name,num,size,desc) macro
/barrelfish-master/include/lwip2/lwip/
H A Dmemp.h46 #define LWIP_MEMPOOL(name,num,size,desc) macro
51 #define LWIP_MEMPOOL(name,num,size,desc) MEMP_##name, macro
/barrelfish-master/lib/lwip/src/core/
H A Dmemp.c126 #define LWIP_MEMPOOL(name,num,size,desc) MEMP_ALIGN_SIZE(size), macro
140 #define LWIP_MEMPOOL(name,num,size,desc) (num), macro
148 #define LWIP_MEMPOOL(name,num,size,desc) (desc), macro
155 #define LWIP_MEMPOOL(name,num,size,desc) + ( (num) * (MEMP_SIZE + MEMP_ALIGN_SIZE(size) ) )
162 #define LWIP_MEMPOOL(name,num,size,desc) + ( (num) * (MEMP_SIZE + MEMP_ALIGN_SIZE(size) ) )
H A Dstats.c104 #define LWIP_MEMPOOL(name,num,size,desc) desc, macro
/barrelfish-master/lib/lwip2/src/core/
H A Dmemp.c78 #define LWIP_MEMPOOL(name,num,size,desc) LWIP_MEMPOOL_DECLARE(name,num,size,desc) macro
82 #define LWIP_MEMPOOL(name,num,size,desc) &memp_ ## name, macro

Completed in 156 milliseconds