Home
last modified time | relevance | path

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

/f-stack/example/
H A Dmain_zc.c130 extern int ff_zc_mbuf_write(struct ff_zc_mbuf *m, const char *data, int len);
193 ret = ff_zc_mbuf_write(&zc_buf, (const char *)buf_tmp + off, to_write_len); in loop()
/f-stack/lib/
H A Dff_api.symlist58 ff_zc_mbuf_write
H A Dff_api.h290 int ff_zc_mbuf_write(struct ff_zc_mbuf *m, const char *data, int len);
H A Dff_veth.c264 ff_zc_mbuf_write(struct ff_zc_mbuf *zm, const char *data, int len) in ff_zc_mbuf_write() function