commit | 9800d46c69fd26ec275ab97a57bf4492917b15f6 | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Tue Sep 09 15:19:38 2025 +0200 |
committer | Dan Kalowsky <dank@deadmime.org> | Tue Sep 30 15:02:50 2025 -0700 |
tree | 41f8f82a2471489c0a1fe1eaa6664209fdce585a | |
parent | ac91402f712231405436a35f5b1f1ed5e0c93f71 [diff] |
net: pkt: Add helper function to initialize TX packet Add helper function to initialize externally allocated TX packet. It's especially important to configure net_buf slab for the packet so that net buffers are allocated from a correct pool for the packet. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no> (cherry picked from commit b8c79840993438d6b6920ab6bd4ac73a33ea9eba)