Struct swbus_rsrvn

Struct Documentation

struct swbus_rsrvn

A reservation which can later be used to publish some data.

Can be used in 3 ways:

All of the swbus_rxq_XX() functions can be used regardless of which way is chosen.

Public Members

dptr_t *data

Pointer to the buffer with the actual data.

size_t pkt_size

Received packet size in bytes.

struct mpool *bp

The mpool that the actual data resides in.