Searched refs:alloc_buf (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dfragment.c47 list->fragments[i].buf = alloc_buf (BUF_SIZE (frame));
124 f->outgoing = alloc_buf (BUF_SIZE (frame));
125 f->outgoing_return = alloc_buf (BUF_SIZE (frame));
H A Dps.c454 cp->buf = alloc_buf (PROXY_CONNECTION_BUFFER_SIZE);
492 struct buffer buf = alloc_buf (max_initial_buf);
618 pc->buf = alloc_buf (PROXY_CONNECTION_BUFFER_SIZE);
H A Dmtu.c49 *buf = alloc_buf (BUF_SIZE (frame));
H A Dstatus.c106 so->read_buf = alloc_buf (512);
H A Dbuffer.h141 #define alloc_buf(size) alloc_buf_debug (size, __FILE__, __LINE__) macro
157 struct buffer alloc_buf (size_t size);
H A Dinit.c2524 b->read_link_buf = alloc_buf (BUF_SIZE (frame));
2525 b->read_tun_buf = alloc_buf (BUF_SIZE (frame));
2527 b->aux_buf = alloc_buf (BUF_SIZE (frame));
2530 b->encrypt_buf = alloc_buf (BUF_SIZE (frame));
2531 b->decrypt_buf = alloc_buf (BUF_SIZE (frame));
2535 b->lzo_compress_buf = alloc_buf (BUF_SIZE (frame));
2536 b->lzo_decompress_buf = alloc_buf (BUF_SIZE (frame));
H A Dbuffer.c61 alloc_buf (size_t size)
1007 e->buf = alloc_buf (size);
H A Dproxy.c197 struct buffer buf = alloc_buf (strlen (src) + 3);
H A Dreliable.c290 e->buf = alloc_buf (buf_size);
H A Dssl.c730 ks->plaintext_read_buf = alloc_buf (TLS_CHANNEL_BUF_SIZE);
731 ks->plaintext_write_buf = alloc_buf (TLS_CHANNEL_BUF_SIZE);
732 ks->ack_write_buf = alloc_buf (BUF_SIZE (&session->opt->frame));
1451 struct buffer seed = alloc_buf (strlen (label)
H A Dmanage.c3133 cl->buf = alloc_buf (buf_len);
3134 cl->residual = alloc_buf (buf_len);
H A Doptions.c2907 struct buffer out = alloc_buf (OPTION_LINE_SIZE);
3677 struct buffer buf = alloc_buf (10000);
3705 close_tag = alloc_buf (strlen(p[0]) + 4);
H A Dtun.c4814 struct buffer buf = alloc_buf (256);
4961 struct buffer out = alloc_buf (1024);
H A Dsocket.c2008 sb->residual = alloc_buf (sb->maxlen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dvirtio_console.c280 static struct port_buffer *alloc_buf(size_t buf_size) function
986 buf = alloc_buf(PAGE_SIZE);

Completed in 131 milliseconds