Home
last modified time | relevance | path

Searched refs:packed_buf_t (Results 1 – 2 of 2) sorted by relevance

/linux/lib/
H A Dpacking_test.c401 typedef struct __packed { u8 buf[PACKED_BUF_SIZE]; } packed_buf_t; typedef
431 packed_buf_t expect = { in packing_test_pack_fields()
434 packed_buf_t buf = {}; in packing_test_pack_fields()
443 const packed_buf_t buf = { in packing_test_unpack_fields()
/linux/Documentation/core-api/
H A Dpacking.rst322 typedef struct __packed { u8 buf[SIZE]; } packed_buf_t;
331 void unpack_your_data(const packed_buf_t *buf, struct data *unpacked)
339 void pack_your_data(const struct data *unpacked, packed_buf_t *buf)