#include <linux/export.h>
#include <linux/string.h>
#include <rdma/ib_pack.h>
Go to the source code of this file.
ib_pack - Pack a structure into a buffer :Array of structure field descriptions :Number of entries in :Structure to pack from :Buffer to pack into
ib_pack() packs a list of structure fields into a buffer, controlled by the array of fields in .
Definition at line 62 of file packer.c.
ib_unpack - Unpack a buffer into a structure :Array of structure field descriptions :Number of entries in :Buffer to unpack from :Structure to unpack into
ib_pack() unpacks a list of structure fields from a buffer, controlled by the array of fields in .
Definition at line 149 of file packer.c.