5 /* stub implementation: useful for measuring overhead */
11 int add_inbuf(unsigned len
, void *buf
, void *datap
)
17 * skb_array API provides no way for producer to find out whether a given
18 * buffer was consumed. Our tests merely require that a successful get_buf
19 * implies that add_inbuf succeed in the past, and that add_inbuf will succeed,
20 * fake it accordingly.
22 void *get_buf(unsigned *lenp
, void **bufp
)
41 void kick_available(void)
61 bool use_buf(unsigned *lenp
, void **bufp
)