Lines Matching defs:buffer
119 /* The buffer pool is stored both in the _rx struct and the _tx struct as we do
585 void *buffer;
603 buffer = xsk_buff_raw_get_data(pool, addr);
604 offset = offset_in_page(buffer);
605 addr = buffer - pool->addrs;
646 void *buffer;
648 buffer = xsk_buff_raw_get_data(xs->pool, desc->addr);
661 err = skb_store_bits(skb, 0, buffer, len);
683 memcpy(vaddr, buffer, len);
1181 /* Share the buffer pool with the other socket. */
1229 /* FQ and CQ are now owned by the buffer pool and cleaned up with it. */