Searched refs:free_buf (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dfragment.c55 free_buf (&list->fragments[i].buf);
115 free_buf (&f->outgoing);
116 free_buf (&f->outgoing_return);
H A Dmbuf.c86 free_buf (&mb->buf);
H A Dps.c269 free_buf (&pc->buf);
563 free_buf (&buf);
617 free_buf (&pc->buf);
H A Dstatus.c200 free_buf (&so->read_buf);
H A Dssl.c775 free_buf (&ks->plaintext_read_buf);
776 free_buf (&ks->plaintext_write_buf);
777 free_buf (&ks->ack_write_buf);
1469 free_buf (&seed);
3259 free_buf (&newbuf);
H A Dinit.c2547 free_buf (&b->read_link_buf);
2548 free_buf (&b->read_tun_buf);
2549 free_buf (&b->aux_buf);
2552 free_buf (&b->lzo_compress_buf);
2553 free_buf (&b->lzo_decompress_buf);
2557 free_buf (&b->encrypt_buf);
2558 free_buf (&b->decrypt_buf);
H A Dbuffer.c180 free_buf (struct buffer *buf) function
968 free_buf (&e->buf);
1051 free_buf (&e->buf);
1069 free_buf (&ol->head->buf);
H A Dbuffer.h123 void free_buf (struct buffer *buf);
H A Dproxy.c201 free_buf (&buf);
H A Dreliable.c302 free_buf (&e->buf);
H A Dwin32.c165 free_buf (&o->buf_init);
H A Dmanage.c3149 free_buf (&cl->buf);
3150 free_buf (&cl->residual);
H A Dsocket.c1813 free_buf (&sock->stream_buf_data);
2135 free_buf (&sb->residual);
H A Dtun.c4825 free_buf (&buf);
4970 free_buf (&out);
H A Doptions.c3687 free_buf (&buf);
3709 free_buf (&close_tag);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dvirtio_console.c274 static void free_buf(struct port_buffer *buf) function
289 goto free_buf;
295 free_buf:
353 free_buf(buf);
629 goto free_buf;
645 free_buf:
994 free_buf(buf);
1103 free_buf(buf);
1148 free_buf(buf);
1299 free_buf(bu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/megaraid/
H A Dmegaraid_ioctl.h112 * @free_buf : indicates if buffer needs to be freed after kioc completes
150 uint8_t free_buf; member in struct:uioc
H A Dmegaraid_mm.c519 kioc->free_buf = 0;
569 kioc->free_buf = 1;
620 kioc->free_buf = 0;
649 * it at the run time and set the free_buf flag. We must
653 if (kioc->free_buf == 1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Drelay.c180 goto free_buf;
184 goto free_buf;
190 free_buf:
459 goto free_buf;
473 free_buf:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dfsl-diu-fb.c1435 static void free_buf(struct device *dev, struct diu_addr *buf, u32 size, function
1637 free_buf(&ofdev->dev, &pool.ad,
1640 free_buf(&ofdev->dev, &pool.gamma, 768, 32);
1642 free_buf(&ofdev->dev, &pool.cursor, MAX_CURS * MAX_CURS * 2,
1669 free_buf(&ofdev->dev, &pool.ad,
1672 free_buf(&ofdev->dev, &pool.gamma, 768, 32);
1674 free_buf(&ofdev->dev, &pool.cursor, MAX_CURS * MAX_CURS * 2,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-cgroup.c751 goto free_buf;
803 free_buf:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Dcryptocop.c54 char *free_buf; /* If non-null will be kfreed in free_cdesc() */ member in struct:cryptocop_dma_desc
290 kfree(cdesc->free_buf);
335 cdesc->free_buf = NULL;
394 cdesc->free_buf = pad;
405 cdesc->free_buf = pad;
624 cdesc->free_buf = NULL;
1234 ed->free_buf = NULL;

Completed in 407 milliseconds