table of contents
RELAY_CREATE_BUF(9) | relay interface support | RELAY_CREATE_BUF(9) |
NAME¶
relay_create_buf - allocate and initialize a channel buffer
SYNOPSIS¶
struct rchan_buf * relay_create_buf(struct rchan * chan);
ARGUMENTS¶
chan
the relay channel
DESCRIPTION¶
Returns channel buffer if successful, NULL otherwise.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |